Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Style [Closed] Reference to quote block, how?

6 Posts
2 Users
2 Reactions
787 Views
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 4 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: 3611
(@chris)
Famed Member
Joined: 4 years ago

@zit3k,

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

Estimable Member
Posts: 92

@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: 4 years ago

Famed Member
Posts: 3611

@zit3k,

Have you used !important on the CSS?

ZiT3K
(@zit3k)
Joined: 4 years ago

Estimable Member
Posts: 92

@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: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 4 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. 😐