Hamburger Menu Color

Home Forums Jevelin Theme Hamburger Menu Color

Home Forums Jevelin Theme Hamburger Menu Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • christineebinger
    Participant

    Hi Guys,

     

    I’m having trouble changing the hamburger menu color from white to gray(or black).  As of now, people on tablets can’t see the menu because it blends in with the background.

    Can you advise?

    Attachments:
    You must be logged in to view attached files.

    Hi @christineebinger,

     

    I hope you are well today and thank you for your question.

     

    You can change its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger:not(.is-active) span,
    .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:before,
    .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:after {
        background-color: #000 !important;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)