Changing the burger menu icon

Home Forums Jevelin Theme Changing the burger menu icon

Home Forums Jevelin Theme Changing the burger menu icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • SoCal1894
    Participant

    Hello Support-Team,

     

    it is not possible to change the color of the burger menu icon in the mobile view in the Jewelin Theme. I already tried this – suggested in another topic – but without any succes. Also with “Yellow Pencil” I’m only able to change the color of the middle-line.

    #header-navigation .c-hamburger span,
    #header-navigation .c-hamburger span::before,
    #header-navigation .c-hamburger span::after {
            background-color: #0c0c0c !important;
    }
    
    #header-navigation .c-hamburger--htx.is-active span{
             background-color: transparent !important;
    }

     

    Thanks for your help in advance

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

    Solution for this topic

    Hi @SoCal1894,

     

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

     

    You can change it 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

     

    #header-navigation-mobile .c-hamburger span,
    #header-navigation-mobile .c-hamburger span::before,
    #header-navigation-mobile .c-hamburger span::after {
            background-color: #0c0c0c !important;
    }
    

     

    Best regards,
    Shufflehound team

    SoCal1894
    Participant

    Thank you – it works 🙂

    You are most welcome here 🙂

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