Notifications
Clear all

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.

 

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

5 Posts
2 Users
0 Reactions
1,453 Views
Posts: 6
Topic starter
(@marissambiese)
Active Member
Joined: 3 years 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: 3611
(@chris)
Famed Member
Joined: 4 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: 3 years 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: 4 years ago

Famed Member
Posts: 3611

@marissambiese,

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

Posts: 6
Topic starter
(@marissambiese)
Active Member
Joined: 3 years ago

Perfect, that worked, thanks so much!