• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Download Monitor & Manager Plugin

Simple Download Monitor & Manager for WordPress

  • Home
  • Documentation
  • Addons/Extensions
  • Login
    • Sign In
    • Edit Profile
    • My Downloads
  • Support
    • Tutorials
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
  • Contact Us
You are here: Home / Topics / How to change Squeeze Form background color?

[Resolved] How to change Squeeze Form background color?

· ·

WordPress Download Monitor Plugin › Forums › Download Monitor Plugin Forum › How to change Squeeze Form background color?

  • This topic has 8 replies, 2 voices, and was last updated 5 years, 1 month ago by GoWithThat.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • April 14, 2020 at 2:47 am #1518
    GoWithThat
    Participant

    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

    April 14, 2020 at 3:24 am #1519
    admin
    Keymaster

    What color do you want to change it to? I can then give you the necessary CSS tweaks for it.

    April 14, 2020 at 3:44 am #1520
    GoWithThat
    Participant

    maybe something a little lighter… like #b2b2b2

    April 15, 2020 at 2:16 am #1521
    admin
    Keymaster

    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
    
    April 15, 2020 at 10:27 pm #1525
    GoWithThat
    Participant

    I tried that but it did not change anything. It had no effect.

    April 16, 2020 at 12:28 am #1526
    admin
    Keymaster

    Looks like you are using W3 Cache plugin. So definitely try to empty the cache first then check it again.

    April 17, 2020 at 4:40 pm #1529
    GoWithThat
    Participant

    No luck. I deactivated and deleted the cache plugin altogether, but changes still aren’t applied.

    April 18, 2020 at 12:37 am #1530
    admin
    Keymaster

    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;
    }

    April 21, 2020 at 2:04 am #1537
    GoWithThat
    Participant

    Yep! That fixed it! Thanks!

  • Author
    Posts
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.
Log In

Primary Sidebar

Featured Addons

  • Squeeze Form Addon
  • Hidden Downloads Addon
  • Amazon S3 Integration

Support Links

  • Support Forum

Search

Featured Plugin

WP Express Checkout Plugin

Start managing and tracking your file downloads with the simple download monitor plugin. Download Now

Copyright © 2025 | Simple Download Monitor | A member of the Tips and Tricks HQ family.