Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
How to change the color of the "Subscribe for new topics" button? The color is orange with white background, but I do not see where to change the color of the text and border of the button. Please see the screenshot.
Hi @marissambiese,
Insert the below CSS Code In Custom CSS Code Field, from Dashboard > wpForo > Settings > Colors & Styles tab:
#wpforo #wpforo-wrap .wpf-subscribe-topic.wpf-button-outlined, #wpforo #wpforo-wrap .wpf-subscribe-forum.wpf-button-outlined, #wpforo #wpforo-wrap .wpf-subscribe-forum.wpf-button-outlined i{ color: #00ff18 !important; border-color: #001bff !important; }
Thank you. There is a little mail icon in there that's orange, see screenshot. Is there a way to change that color too? Thanks!
Perfect, that worked, thanks so much!