If I change the reply button orange it will change the text orange too.
Or if I want the text white in the topic section the button is also whited out.
is there CSS to fix this?
Thanks
Hi @gnomebe,
In Styles Tab, use #15 Color for the main color of the buttons, and #11 for hover color of that buttons.
Also check this Documentation Theme Style:
https://wpforo.com/docs/root/forum-themes/theme-styles/
I used the 15, 11, and 3...no good.
Is there a way to just change the color to to quick reply buttons?
css?
I wonder, If there is a way to make #3 White without whiting out the text editing features, this would be another workaround but this has been a vicious circle with this plugin.
Apparently I want the text type "white" AND the reply button "Anything but white"
and I can't have both.
I used the code but it only blacked out one area with no workaround.
Thank you for your help.
.wpf-action.wpforo-reply { color: white !important; }