Notifications
Clear all

Style [Closed] Reference to quote block, how?

6 Posts
2 Users
2 Likes
326 Views
ZiT3K
Posts: 86
Topic starter
(@zit3k)
Estimable Member
Joined: 2 years ago

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!

[img] [/img]

Topic Tags
5 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

@zit3k,

body#tinymce blockquote
3 Replies
ZiT3K
(@zit3k)
Joined: 2 years ago

Estimable Member
Posts: 86

@chrisΒ 

Hi!

Thanks!

Unfortunately, it doesn't want to work.

Do you think this should also be set in functions.php?

Also, if so, what should I write there?

😐

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@zit3k,

Have you used !important on the CSS?

ZiT3K
(@zit3k)
Joined: 2 years ago

Estimable Member
Posts: 86

@chrisΒ 

I guess so, because I use it all the time.

But I'll look.

And if it doesn't work, I usually take out all the CSS codes, because someone overwrote some of the CSS codes.

ZiT3K
Posts: 86
Topic starter
(@zit3k)
Estimable Member
Joined: 2 years ago

@chris

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. 😐