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.

 

wpForo 1.x.x [Solved] Category reading text color

5 Posts
2 Users
2 Reactions
763 Views
Posts: 30
Topic starter
(@miikinki)
Trusted Member
Joined: 5 years ago

Hello, is there a CSS code or something to change this example (2 reading) the categories. Its normal (White) on front page but when opening category its black. 

https://gyazo.com/ee2138d01d3bbd7bfa733abce6f31078 in this link its right color.

https://gyazo.com/76b6e1daa49206dacca474e054239588 in this you cansee inside blue circle the text is barely visible, i would want it to be white.

4 Replies
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 years ago

Hi @miikinki,

Please leave the exact URL to allow us to check it.

3 Replies
(@miikinki)
Joined: 5 years ago

Trusted Member
Posts: 30
Alvina
Moderator
(@alvina)
Joined: 6 years ago

Member
Posts: 1861

@miikinki,

Please use teh following CSS code: 

#wpforo #wpforo-wrap .wpf-viewing {
color: #fff !important;
}

The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textarea.

In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

(@miikinki)
Joined: 5 years ago

Trusted Member
Posts: 30

@alvina

Big thanks!! 🙂