Hi there,
I have successfully created a forum that can be seen here: https://www.tabletoptactics.tv/forum/
However I have one issue that I can't fix. When replying to a topic or using a feature that has a default Wordpress Button, the 'Save' Button Text can't be read as it is sitting in an off black colour box. Now the Style I have chosen for the Forum matches my site and is an off black colour. The WPForo plugin is clever enough to spot when the text needs to be white, everywhere except on a Wordpress Button where it defaults to my Theme standard black.
I have attached a Screenshot of the issue so you can see it for yourself. Unfortunately the only solution I have found is changing the entire Forum Style Colour to something lighter as the main forum colour is tied in with the button colour.
Can you please provide me with some custom CSS to change *only* the button colour. I red button would be nice, so that it is noticeable.
Thanks for your time!
Lawrence
Hi lawrencelb,
Try this CSS code:
#wpforo #wpforo-wrap #wpf-post-create input[type="submit"], #wpforo #wpforo-wrap input[type="button"] { color: #ffffff; }
#wpforo #wpforo-wrap #wpf-topic-create input[type="submit"], #wpforo #wpforo-wrap input[type="button"] { color: #ffffff; }
Please don't forget delete all caches, purge CDN if you have and do Ctrl+F5 on forum front-end twice.
This is something very strange. Please leave your forum URL Let me check it. As far as I see on your other issues, there is some CSS hard problem in your website. Even PM CSS is affected.