How-to and Troubleshooting
5
Posts
2
Users
0
Reactions
1,060
Views
Feb 04, 2023 12:19 am
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.
4 Replies
Feb 06, 2023 10:14 am
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; }
Feb 06, 2023 9:59 pm
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!
Feb 08, 2023 1:22 am
Perfect, that worked, thanks so much!