Notifications
Clear all
Jan 27, 2023 10:47 pm
Hi!
I want to refer to the white block in the picture, but I have no idea how to do that. 😐
Thank you in advance for your help!
Forum Page URL
5 Replies
Feb 01, 2023 9:28 am
I tried these now.
( Nothing without CSS code. ):
body#tinymce blockquote {
background: black !important;
}
body#tinymce .blockquote {
background: black !important;
}
.body#tinymce .blockquote {
background: black !important;
}
.body#tinymce blockquote {
background: black !important;
}
I also tried this:
background-color: black !important;
But unfortunately he doesn't want to change. 😐