Notifications
Clear all

wpForo 1.x.x [Solved] How to change the color of the topic toggle

3 Posts
2 Users
0 Reactions
1,055 Views
Florian
Posts: 92
Topic starter
(@florian)
Estimable Member
Joined: 6 years ago

I can't figure out the style attribute or CSS class for this blue icon:

 

2 Replies
Sofy
Posts: 5002
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @florian,

you should use the following CSS code. Please navigate to Dashboard > Forums > Settings > Styles admin page, add it in "Custom CSS code" textarea, save it, delete all caches, do CTRL+F5 on forum frontend. 

#wpforo #wpforo-wrap .wpforo-forum-info .wpforo-forum-footer i.topictoggle {
color: #9a9595 !important;
}

Don't forget to change the red marked color code before using. 

1 Reply
Florian
(@florian)
Joined: 6 years ago

Estimable Member
Posts: 92

Thank you!