Replies: 2 comments 1 reply
-
could you show a reproducible demo page? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try adding !important to the def. That's what worked for me. Without it, no. .ce-paragraph[data-placeholder]:empty::before { color: red !important } |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried adding
.ce-paragraph[data-placeholder]:empty::before { color: red; }
to my stylesheet but it does not work.Beta Was this translation helpful? Give feedback.
All reactions