Cannot change color on form buttons
-
There’s an issue in CSS that I’m having. The button text in the forms is #666699 which is the color I use for headings in my theme, but the button text isn’t heading text, and the selector (.entry_content a) isn’t a heading. Weird.
If I try to override the CSS and replace it with white (#FFF) so users can read the text inside the background color, it won’t work. It seems it’s being blocked by another .entry_content a selector which likely uses the default text color, but that’s also almost entirely unreadable.
Might someone know how fix this without changing actual code. I’d rather not have to manually update this everytime the plugin gets updated.
- The topic ‘Cannot change color on form buttons’ is closed to new replies.