• Resolved guntrumm

    (@guntrumm)


    Good morning all,

    I have been searching high and low for a resolution to my issue. I am trying to change the “menu” button color and the “subscribe” button color to match the blue main navigation color. The menu button is shown incorrectly on the mobile version. The “subscribe” feature is a widget and is shown incorrectly on desktop and mobile. The hex code color is #6495ed. I hope that information is useful, but please let me know if there is anything else you need.

    I’m hoping that someone with more experience than myself, which is close to none, can provide a CSS code to change the color manually.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator James Huff

    (@macmanx)

    For the subscribe button, in Additional CSS in the Customizer, add:

    button, input[type="submit"] {
        background-color: #6495ed;
    }

    As for the menu button in the mobile version of the site, I see it as the same blue as the desktop version. Were you able to fix this?

    Thread Starter guntrumm

    (@guntrumm)

    James, that line of code fixed both of my issues! Thank you so much! What a relief. You have been a tremendous help. Thank you thank you!

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