Form modified CSS being overwritten

Posted in: Newspaper
Post count: 32

Greetings and thanks again for a GREAT theme!

I’m having trouble getting rid of the form gray background color that contains the Contact Form 7 form. I’ve created modified CSS, placed it in the Theme Panel CSS Custom CSS area, but somehow the modified CSS keeps getting overwritten by the original CSS (see screen shot – http://screencast.com/t/YJPjfeBlZ)

NOTE: I’m using a Child Theme of Newspaper, not the actual theme itself.

Please help me identify how to change the background that current is being controlled by the .forms-actions CSS. Thanks in advance!

Post count: 388

Try adding the !important tag to each rule:

background-color: #fff !important;

etc.

Post count: 32

Thanks, that fixed the problem! Funny how simple stuff frequently causes the biggest issues. I appreciate your help!

Post count: 388

No problem. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.