Notifications
Clear all

wpForo 1.x.x [Solved] How to change the background color of cancel button

3 Posts
2 Users
1 Reactions
850 Views
Posts: 2
Topic starter
(@ekimm)
New Member
Joined: 4 years ago

I changed the background colors of all the other buttons using the "Styles" tab, but it hasn't changed the color of the cancel button when editing a post.

2 Replies
Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 years ago

@ekimm

#wpforo #wpforo-wrap .wpf-button-secondary {
background: #ff6600 !important;
}
#wpforo #wpforo-wrap .wpf-button-secondary:hover {
background: #ff9900 !important;
}

change the red marked value to your color

1 Reply
(@ekimm)
Joined: 4 years ago

New Member
Posts: 2

@tutrix It worked. Thank you! I appreciate it. 🙂