• Resolved mycaro32

    (@mycaro32)


    I’m using the edin theme and i would like to change the color of the menu button and the stroke of the circle. I would also like to change the color of the submit button of the contact form. I want to remove the blue. Any advice?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Could you please provide a link to your site? Edin has two types of menus, and I’m not sure which you’re using. Also, Edin doesn’t come with a contact form, so the HTML element you’ll need to target depends on what contact-form plugin you’re using. Seeing your site directly will allow me to sort out the correct CSS code to give you. Thanks!

    hi, i’m having the same issue — would like to change the color of the menu button and rollover from the blue to something else. i am using the default menu. site is https://www.kristinwoodward.me/ TIA for any help!

    FYI, a lot of trial and error, but this seemed to work for me to change the color of the hover on both the word MENU and the icon.

    .menu-toggle:hover, .menu-toggle:active {
    color: #955251;
    }

    .menu-toggle:hover:before,
    .menu-toggle:active:before,
    .menu-toggle.open:before,
    .menu-toggle.open {
    color: #955251;
    }

    .menu-toggle:hover:before,
    .menu-toggle:active:before,
    .menu-toggle.open:before {
    background: #fff;
    border-color: #955251;
    }

    Moderator Kathryn Presner

    (@zoonini)

    Glad you got this working as you’d like! Thanks for posting your CSS in case it helps others.

    If you need further help with anything in Edin, feel free to start a new thread. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘changing the color of the menu button and the submit button in edin theme’ is closed to new replies.