Viewing 5 reply threads
You must be logged in to reply to this topic.
Hi,
CSS code for Contact Form 7 does not work
I add CSS code to Specular>General Options>Custom CSS code
.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
background-color: #fff;
color: #000;
width: 50%;
}
Result is NULL: https://grab.by/J8RU
Any advice?
Thanks,
Marian
Hello,
Normally we do not offer support for third party plugins. But i can advice you to double check if you got the right css class and add a !important
after the attributes.
Example:
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
background-color: #fff !important;
color: #000 !important;
width: 50% !important;
}
Best regards!
Hi Mihaila,
as you recommend this plugin in your documentation I guess you provide support.
Unfortunatelly ‘!important’ after the attributes has some problem. (see exclamation marks https://grab.by/JiXK
Thanks,
marian
Hello,
We recommend plugins that are compatible and work best with our theme. But do not other support as they are some other author’s work. That exclamation mark, is nothing to worry about.
Best regards!
Hello,
I found that it takes about minute to mirror custom CSS into front end. Works good now.
Thanks,
Marian
Hello,
There are times that it may take even longer to show a css change. It’s not fault of the custom css box. That happens because your browser has a cached copy of your site and it needs time to take the new preview. So does other CDN over the network.
In these cases, just clear cache to see your changes sooner, or open your site from another browser.
Nice to know you’re ok now.
Best regards!
You must be logged in to reply to this topic.