Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #690012

    I would like to change the color of the button that appears in the sidebar when I use the Enfold Mailchimp widget. How can I do that?

    #690519

    Hi Dandelion222,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #741492

    Rickard,

    I had the same issue.
    Here is a test page with the mail chimp sign up in the side bar http://www.itsgreektomemn.com/test/

    I used the following code to try to alter it in CSS to match the contact forms on the website, but it didn’t work.

    #top .av-mailchimp-widget-style-boxed_form { 
    border-color: #C59C5F !important;
      border-width: 1px !important;
      background-color: #ffffff !important;
    }

    Thanks
    Jon

    #742172

    Hi Jon,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-mailchimp-form input[type='submit'] {
        background-color: green !important;
    }

    Best regards,
    Rikard

    #999099

    I have not been able to get this solution or the other one I found in the forum to work

    #top .avia-mailchimp-form .button {
        background: red;
        color: white;
    }
    
    #top .avia-mailchimp-form .button:hover {
        background: blue;
        color: yellow;
    }

    Have the Newsletter Widget in the Footer and no changes to the General Styling of CSS seem to be working.
    Regardless on what I do the “Submit” text is always the same color as the button background so you can’t see it.

    #999185

    Hi millertimesites,

    It looks like you are using cache on the site? That is not a very good idea to have active if you are making changes on the site. Please try to deactivate that and clear the cache from your local browser as well.

    Best regards,
    Rikard

    #999193

    Rikard,

    Thank you, I have disabled the Caching from WP Rocket and still have the same issue.
    For whatever reason, the Subscribe Button font is still staying the same color of the button background regardless of what I change it to.

    Thank you,
    Jon

    #999215

    Hi Jon,

    I checked your site in an incognito window using Chrome and there the button is red in the normal state and blue on hover, is that correct?

    Best regards,
    Rikard

    #999218

    Yep that is what I changed it to with CSS, but as you can see the text “subscribe” isn’t showing up on the button. Without the CSS it uses the colors from the General Styling > Footer but it again doesnt show the text on the button.

    #999282

    Hi millertimesites,

    Best regards,
    Victoria

    #1000580

    Victoria,

    I missed there is a message or solution in your post, was there supposed to be a screenshot?

    #1000663

    Hi,

    You can’t see the private messages since you are not the original poster, that is one of the reasons we like users to always start their own threads.

    https://cl.ly/0u3Y2j1j0T1z The text submit is not there.
    When I add =”Submit” there it show up
    https://cl.ly/1s0G1u1D3H36

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.