• Resolved Kenika

    (@kenika)


    Hi,

    I really like your plugin. However, I’d like to know how I can change the download button color.
    It’s blue but I’d rather like to have it in orange (#ED9D2B).

    Can I also change the hover color?

    Here is my site to better understand what I mean.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @kenika,

    To change the color you would need additional CSS. Please find the code below. You can either add it to the “style.css” file in your theme or any other section on your website that allows custom CSS.

    a.download-button {
        background: #ED9D2B !important;
        border: 1px solid #ED9D2B !important;
    }
    Thread Starter Kenika

    (@kenika)

    Awesome! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the button color?’ is closed to new replies.