Okay
  Public Ticket #2140286
Header Navigation Effect
Closed

Comments

  • Kevko started the conversation

    Hey guys

    is it possible to have the effect that https://www.sagefrog.com/ uses for their nav bar in salient without any further plugins?

    effect: once you scroll down the logo size of the font and logo reduce, once you scroll to the top again it goes back to big.

    Thanks in advance.

    Best,

    K

  •  8,993
    Tahir replied

    Hey Again,

    That is the Header Resize Option available in Salient Theme Options Panel -> Header Navigation Section. 

    Best 


    ThemeNectar Support Team 

  • Kevko replied

    Okay gotcha but how do I get rid of the lines?



  •  8,993
    Tahir replied

    Hey Again,

    Try using the Force Transparency Option in "Page Header Settings" Metabox . See screenshot : http://prntscr.com/gjnyit .

    Best


    ThemeNectar Support Team 

  • Kevko replied

    Hey Tahir,

    that option allowed me to have the nav bar transparent but I still see the lines.....


  •  8,993
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Kevko replied privately
  •  8,993
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body #header-outer[data-transparent-header=true].transparent {
        border-bottom: none !important;
    }
    .ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true] #top nav ul #search-btn a, .ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true] #top nav ul #nectar-user-account a, .ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true] #top nav ul .slide-out-widget-area-toggle a, .ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true] #top .nectar-woo-cart .cart-contents {
        border-left: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Kevko replied

    Okay that worked perfectly!


    Thank you Tahir!