Header Bar

Home Forums Jevelin Theme Header Bar

Home Forums Jevelin Theme Header Bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • crobertson6
    Participant

    I am looking to disable the header bar on the main landing page for http://www.dynamictape.com. There is a white bar across the top of the screen above the video landing page.

    Hi @crobertson6,

     

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

     

    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

     

    body .sh-section-aaeb37b0594a94972feb1459c6d8147f {
        padding-top: 0 !important;
    }

     

    Best regards,
    Shufflehound team

    crobertson6
    Participant

    Is that code correct? I just posted it directly into the custom css code and it didn’t change anything. I still have the white bar across the top of http://www.dynamictape.com

    Solution for this topic

    Yes, it is correct code but it seems the ID of the section is getting changed therefore the code is not working on your site so please try using the below custom CSS code.

     

    body > div > .sh-section {
        padding-top: 0 !important;
    }

    crobertson6
    Participant

    Thank you. That worked. This is resolved.:)

    You are most welcome here 🙂

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