I can't customize menu

Home Forums Jevelin Theme I can't customize menu

Home Forums Jevelin Theme I can't customize menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • smart_alec
    Participant

    I’ve changed the header background color to black, but the default color for the menu icon is a flat grey, which doesn’t stand out sufficiently from the background.

    I need to change the color of the menu icon and, if possible, display menu as a regular bar menu on desktop. I’ve looked through theme settings and menu settings, and I can’t find where to do either of these.

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

    Hi @smart_alec,

     

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

     

    You can change the color of mobile menu icon using the CSS code shared in the following topic.

     

    https://support.shufflehound.com/forums/topic/changing-the-burger-menu-icon/#post-23481

     

    I am not sure what you meant by “display menu as a regular bar menu on desktop” so could you please describe it a bit more in detail and also share me your site URL where it’s displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    smart_alec
    Participant

    I want the menu to display the page names horizontally, in plain sight while being viewed on a desktop (like in the picture); however, I can’t find anywhere in the settings that will allow me to do this. Ideally, it will be like so on desktop and display the default three line box icon for mobile.

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

    You can achieve 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

     

    #page-container header.primary-mobile {
        display: none !important;
    }
    
    #page-container header.primary-desktop {
        display: block !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)