Hi!
I changed themes on my site and now the vote button is not visible. I'm trying to figure out how to change its color, but can't?
Please let me know!
Thanks
Hi!
I changed themes on my site and now the vote button is not visible. I'm trying to figure out how to change its color, but can't?
Please let me know!
Thanks
Your bbPress theme is overriding the button color. You need to open the plugin's css file which is polls-css.css and on line 64 you'll find the button class. From there, you need to add a color property like color:black !important;
You have to add the !important to override the theme's default button color indefinitely. I don't always recommend using !important but it's kind of the lazy fix for this.
You must log in to post.