Notifications
Clear all

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

5 Posts
2 Users
2 Reactions
494 Views
Posts: 30
Topic starter
(@miikinki)
Trusted Member
Joined: 4 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: 1867
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @miikinki,

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

3 Replies
(@miikinki)
Joined: 4 years ago

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

Member
Posts: 1867

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

Trusted Member
Posts: 30

@alvina

Big thanks!! 🙂