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] How do i change the colour of the wpforo-forum-description text color?

12 Posts
3 Users
0 Reactions
2,808 Views
Posts: 6
Topic starter
(@iamharryjames)
Active Member
Joined: 2 years ago

Having some problems. I only seem to have the option to change 9 colors in the style/color editor and i need to change the wpforo-forum-description text color to white so it can be seen on a dark color scheme. How do i do with with either css or within the color selector itself

11 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @iamharryjames,

insert the below CSS Code in Custom CSS Code field from Dashboard > wpForo > Settings > Colors & Styles:

#wpforo #wpforo-wrap .wpforo-content .wpf-head-bar .wpf-head-bar-left #wpforo-description{
    color: red;
}
3 Replies
(@iamharryjames)
Joined: 2 years ago

Active Member
Posts: 6

@chris 

Maybe i didnt identify clear enough, im talking about this text here

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@iamharryjames 

#wpforo #wpforo-wrap .wpforo-forum-description {color: #ffffff;}
(@iamharryjames)
Joined: 2 years ago

Active Member
Posts: 6

@tutrix 

Hi thanks for your help. Its still not working so it must be inheriting from somewhere else

Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

Posted by: @iamharryjames

Its still not working

the code works, see attachment font color in red

 

6 Replies
(@iamharryjames)
Joined: 2 years ago

Active Member
Posts: 6

@tutrix I think i must have a conflict with my global colors or something as its not working for me, neither

#wpforo #wpforo-wrap .wpforo-content .wpf-head-bar .wpf-head-bar-left #wpforo-description{
    color: red;
}

or

#wpforo #wpforo-wrap .wpforo-forum-description {color: #ffffff;}
 
 
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@iamharryjames 

provide a link to your forum

(@iamharryjames)
Joined: 2 years ago

Active Member
Posts: 6
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@iamharryjames 

Your theme or a plugin overwrites with inline CSS

<div class="wpforo-forum-description"><p><span id="docs-internal-guid-32aacd4b-7fff-da03-6c94-e654bfcae35b"><span style="font-size: 11pt;font-family: Arial;color: #000000;background-color: transparent;vertical-align: baseline">Need assistance? Ask questions, report bugs, and troubleshoot problems in this dedicated support section.</span></span></p></div>

Use this CSS

#wpforo #wpforo-wrap .wpforo-forum-description span {color: #999999 !important;}
(@iamharryjames)
Joined: 2 years ago

Active Member
Posts: 6

@tutrix You legend thank you! Do you have a KO-FI or twitch thing i can drop a $donation in as a thank you?

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@iamharryjames 

I don't have a page for donations
a thank you is enough for me
I am glad if I could help you 😉