Sep 18, 2020 12: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 3: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