Notifications
Clear all

wpForo 1.x.x [Closed] How to change top menu font color?? help

3 Posts
2 Users
0 Reactions
2,424 Views
Posts: 11
 Asma
Topic starter
(@asma)
Eminent Member
Joined: 6 years ago

How to change top menu font color I just want to change top menu font color.I had use white background now I want to change the font color to black only for menu bar.Please help.

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

Hi Asma,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS in "Custom CSS Code" textarea. Delete all caches, do CTRL + F5 on frontend.

#wpforo #wpforo-wrap #wpforo-menu li a {
    color: #8224e3;
}

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

Posts: 11
 Asma
Topic starter
(@asma)
Eminent Member
Joined: 6 years ago

thanks