AI Search
Classic Search
Notifications
Clear all
Jan 28, 2023 2:47 am
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!
The page I need help with
5 Replies
Feb 01, 2023 1:28 pm
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. 😐
