• Resolved steeley1

    (@steeley1)


    I can’t find a way to change the submit button to match my website colours. I have spent a long time on this and getting nowhere.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @steeley1,

    You should be able to make customizations by using Appearance tab while editing your popup in Hustle.

    If you’re having issues with this you can also use CSS to make changes, I took a liberty of checking your site and writing up some CSS to match the button with rest of your site.
    All you need to do is go to Appearance tab mentioned previously, scroll to the end of page where you will see Custom CSS option.
    Enable that and paste this code:

    .hustle-button {
        background-color: #000!important;
        color: #fff!important;
        border: none!important;
        font-family: 'Poppins',sans-serif!important;
        font-weight: 300!important;
    }
    
    button.hustle-button.hustle-button-submit:hover {
        background-color: #aaaaaa!important;
    }

    Save the changes and that should do the trick.

    Cheers,
    Predrag

    Thread Starter steeley1

    (@steeley1)

    Hi Predrag

    Thank you so much for your prompt reply, the CSS worked a treat.

    Thank you again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hustle Popup Submit Button’ is closed to new replies.