AI Search
Classic Search
Notifications
Clear all
Sep 18, 2020 4:52 am
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
Sep 18, 2020 7:44 am
#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