Thread Starter
nagli
(@nagli)
I got it! Sometimes a little push into the correct direction helps a lot,
Used #content input on the end of the style sheet, to set the font color.
Thanks a lot for the nudge!
Thread Starter
nagli
(@nagli)
If I edit #content, #content input, #content textarea selectors, I also change the color of the page font to black, and I can’t do this, because the page background is black.
I added “span.wpcf7-text{color:#000000;}” to the end of the theme style sheet and the plugin (contact-7) style sheet.
If I check the css in Firebug, I get strike-thru (overwritten). I just cannot find from where it get overwritten.
wpcf7-text is in the class of the input element. So that should be the closed I can get to it.
Thanks for you help.