Notifications
Clear all

Style [Solved] How to change the color of the "Subscribe for new topics" button?

5 Posts
2 Users
0 Likes
741 Views
Posts: 6
Topic starter
(@marissambiese)
Active Member
Joined: 1 year ago

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
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

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;
}
Posts: 6
Topic starter
(@marissambiese)
Active Member
Joined: 1 year ago

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!

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@marissambiese,

I have edited the CSS code, replace the old one with the edited one.

Posts: 6
Topic starter
(@marissambiese)
Active Member
Joined: 1 year ago

Perfect, that worked, thanks so much!