Aug 30, 2018 1:14 pm
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
Aug 31, 2018 9:46 am
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.
Aug 31, 2018 12:02 pm
thanks