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.

 

[Solved] Changing colors

4 Posts
2 Users
2 Reactions
914 Views
Posts: 40
Topic starter
(@dmitriyt)
Trusted Member
Joined: 3 years ago

Hello. I was looking for an answer on the forum, and I understood that the color.css file cannot be changed.

I need to change the color of the quote. I tried inserting code into custom css. But nothing changes.

3 Replies
Posts: 40
Topic starter
(@dmitriyt)
Trusted Member
Joined: 3 years ago

Tell me what code you need to insert into the custom css?

2 Replies
Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

Hi @dmitriyt,

Use this CSS to change the blockquotes text Color:

#wpforo #wpforo-wrap .wpforo-post blockquote, #wpforo #wpforo-wrap .wpforo-revision-body blockquote {
    color: red;
}
(@dmitriyt)
Joined: 3 years ago

Trusted Member
Posts: 40

@chris You have given the code to change the font color. I upgraded it a bit and it works, thanks a lot.

#wpforo #wpforo-wrap .wpforo-post blockquote, #wpforo #wpforo-wrap .wpforo-revision-body blockquote {
    color: red;
    border:#893939;
    background:#ffe4e4;
}