• Resolved burckart5

    (@burckart5)


    Hello,

    Can anyone help me figure out how to change the color of my subscribe button? https://www.millennialmaxims.com All of the other color changes I made have worked but this one still remains the original golden color from the Olsen light theme.

    Thanks for your help!
    ~Jeni

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Jeni,

    Please add following custom CSS to your theme using Jetpack’s Custom CSS Module by navigating to Appearance -> Edit CSS from your WordPress dashboard.

    .btn, .comment-reply-link, input[type="button"], input[type="submit"], input[type="reset"], button{
        background-color: #bee;
    }

    Feel free to change the HEX code until it meets your needs. Hope it helps.

    Thread Starter burckart5

    (@burckart5)

    That worked! Thanks a bunch ??

    Hey there,

    Glad it worked. Please mark this thread as resolved. Cheers ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color of subscribe buttons’ is closed to new replies.