Notifications
Clear all

wpForo 1.x.x [Closed] Save Button Text Can't Be Read!

7 Posts
2 Users
0 Reactions
2,148 Views
Posts: 18
Topic starter
(@lawrencelb)
Eminent Member
Joined: 8 years ago

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

6 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

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; }
1 Reply
(@lawrencelb)
Joined: 8 years ago

Eminent Member
Posts: 18

Hi Robert,

Unfortunately that code didn't work. I applied it to the Custom CSS Code field in the 'Settings' Tab. I also tried applying it before and after the default Text code there (see attached picture). In both instances, the button colour did not change at all.

Please advise.

Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

Please don't forget delete all caches, purge CDN if you have and do Ctrl+F5 on forum front-end twice.

1 Reply
(@lawrencelb)
Joined: 8 years ago

Eminent Member
Posts: 18

As you have instructed, I deleted my User Cache in Wpforo Settings and in addition to this I deleted my browser cache. I then refreshed the page multiple times and tried your code both before and after the default Text code. Unfortunately the code just doesn't work i'm afraid. I do not have any Plugins that store or handle cache either, so no issues there. Please advise on what I can try next.

Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

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.

1 Reply
(@lawrencelb)
Joined: 8 years ago

Eminent Member
Posts: 18

No problem. The forum url is: www.tabletoptactics.tv/forum/

The problems (see my other two topic posts) are live there now.