- This topic has 8 replies, 2 voices, and was last updated 4 years, 7 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Download Monitor & Manager Plugin
Simple Download Monitor & Manager for WordPress
· ·
WordPress Download Monitor Plugin › Forums › Download Monitor Plugin Forum › How to change Squeeze Form background color?
I need to change the background color of squeeze form because the text is too dark on top of the dark grey background. The grey background behind the button and the agree to terms text. gowiththat.com/donate
What color do you want to change it to? I can then give you the necessary CSS tweaks for it.
maybe something a little lighter… like #b2b2b2
Try the following CSS tweak:
.sdm_sf_tpl_0_form {
background-color: #b2b2b2;
border-color: #b2b2b2;
}
You can add this custom CSS code in the following interface of your site:
Appearance -> Customize -> Additional CSS
I tried that but it did not change anything. It had no effect.
Looks like you are using W3 Cache plugin. So definitely try to empty the cache first then check it again.
No luck. I deactivated and deleted the cache plugin altogether, but changes still aren’t applied.
At least the CSS is showing there now (in the HTML code) so the caching issue is gone. Now, the CSS you entered has an error which needs to be corrected.
You have the “!important” tag AFTER the semi-colon which is wrong. The correct syntax is the following. So update your CSS code with the following.
.sdm_sf_tpl_0_form {
background-color: #b2b2b2 !important;
border-color: #b2b2b2 !important;
}
Yep! That fixed it! Thanks!
Start managing and tracking your file downloads with the simple download monitor plugin. Download Now