How do I change the font to white so it is readable?Β Also, if I wanted to change the color of the tab to#720ccd, can that be accomplished?Β This widget is on my home page.
How do I change the font to white so it is readable?
Please use the CSS code below:Β
#wpforo #wpforo-wrap #wpf-widget-profile .widget-title {color: #ffffff}
Insert it in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Β Also, if I wanted to change the color of the tab to#720ccd, can that be accomplished?
Could you please clarify a bit?Β
Thanks, but that didn't work.Β Are there supposed to be any other commands or brackets?Β I went to the Wordpress Admin bar, Customize, Additional CSS, and pasted the code under some other Code already in the box.Β That didn't work.Β I want to make sure you are not meaning past the code into the Color & Styles Additional CSS code in the WPforo General settings area.