• Hello,

    I would like to customize the colour of the email sign up button for this widget. I am novice with coding but have the hex colour I need to input. If anyone could provide me with the code to add to the Override CSS feature that would allow me to change the button colour, I would be grateful.

    Thank you!
    Aimee

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you provide a link to your site so I can inspect further and provide you with a solution?

    Thanks.

    Thread Starter aimeelee

    (@aimeelee)

    Hello,

    The site is https://www.salisburygreenhouse.com
    We will be putting the widget in the side bar menu that appears on every page except the homepage.

    Thanks,
    Aimee

    The green Subscribe button? You can change that using this CSS code:

    .news-letter button {
        background: #f00;
    }

    Replace #f00 with the color code of your choice.

    You can add custom CSS code using a Custom CSS plugin, copy & paste it into the field provided under the Appearance > Custom CSS menu.

    Hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Override CSS Button Color’ is closed to new replies.