Jevelin Theme Navigation Transparent on Scroll

Home Forums Jevelin Theme Jevelin Theme Navigation Transparent on Scroll

Home Forums Jevelin Theme Jevelin Theme Navigation Transparent on Scroll

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • rsuplee13
    Participant

    Hey there!

    I’m using Header 6 and the main navigation container is transparent and then turns white on scroll.  How do I keep it transparent on scroll?  Is there a setting for this in the theme options?  I can’t seem to find it.

    Thank you!

    Hi @rsuplee13,

     

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

     

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

     

    Best regards,
    Shufflehound team

    rsuplee13
    Participant

    Thank you for the quick reply.  I just sent you over my URL to review and let me know how to make the navigation header transparent on scroll.  Let me know what you find.  Thanks again!

    rsuplee13
    Participant

    URL attached

    Solution for this topic

    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

     

    .primary-desktop-light .sh-header {
        background: transparent;
    }
    
    .primary-desktop-light .sh-header .header-logo .sh-light-logo {
        display: block !important;
    }
    
    .primary-desktop-light  img.sh-sticky-logo,
    .primary-desktop-light  img.sh-standard-logo  {
        display: none !important;
    }
    
    
    .primary-desktop-light .sh-header:not(.sh-header-10) .c-hamburger:not(.is-active) span, 
    .primary-desktop-light .sh-header:not(.sh-header-10) .c-hamburger span:before, 
    .primary-desktop-light .sh-header:not(.sh-header-10) .c-hamburger span:after {
        background-color: #fff!important;
    }

    rsuplee13
    Participant

    That worked perfectly.  Thank you!

    You are most welcome here 🙂

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