Menu 10 question

Home Forums Jevelin Theme Menu 10 question

Home Forums Jevelin Theme Menu 10 question

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • flyingbren
    Participant

    Really love the theme! I am wondering if it is possible to have Header 10 without the upper section? I have turned off the “top bar” setting, removed the “logo visibility” but there still is a white space (maybe 100px) above the menu that I can’t find a way to erase or at least change the color. Any ideas?

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

    Hi @flyingbren,

     

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

     

    We can remove it developing custom CSS code.

     

    Could you please share me your site URL where it’s displaying so that I can help you to remove it?

     

    Best regards,
    Shufflehound team

    flyingbren
    Participant

    Yes, it is attached below

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

     

    .sh-header-top.sh-header-top-10 {
        display: none;
    }

    flyingbren
    Participant

    Hrm it looks different, but it looks like there is still a bunch of white. When I scroll down just slightly and it becomes a sticky menu that’s what I’d like. Perhaps I phrased the question wrong. I sent a screen shot of it now with the new code, and another one of what I was hoping to accomplish with menu option 10 from the demo. I was hoping to achieve the same thing without the revolution slider.

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

    You can remove that gap using below custom CSS code.

     

    header.primary-desktop {
        height: auto !important;
    }
Viewing 6 posts - 1 through 6 (of 6 total)