Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #165195

    I downloaded a plugin for a “sign up for my newsletter” button, and I want to change the color. How would I do this? Thanks!

    #165197

    Hi uattah!

    Can you post the link to your page where you have this button?

    Regards,
    Yigit

    #165213

    Hi there!

    This is my website: http://proletehealth.com/

    The button appears in the footer, so it’s present on all pages. The button is gray and I want it to be an orange color to match the rest of my site.

    Thanks :)

    #165214

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling

    .footer_color input[type='submit'] { background-color: #f05a1a; color: #ffffff; border-color: #f05a1a; }
    .footer_color input[type='submit']:hover { background-color: #f05a1a; color: #ffffff; border-color: #f05a1a; }

    Adjust second code for hover state

    Best regards,
    Yigit

    #165219

    Amazing!!! Thank you!! :)

    #165220

    Hi!

    You are welcome :) Let us know if you have any other questions

    Best regards,
    Yigit

    #165293

    I will indeed. Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to change color on a third party widget button’ is closed to new replies.