Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #692374

    Hi,

    I have secondary menu and would like to hide it as soon as the page header decreases…
    Is there a quick solution for this?

    Thank you & regards
    a

    #693211

    Hey reamisag,

    You can go to Enfold theme options > Header > Header Behaviour and check “Unstick topbar” so when scrolled down, header meta section will be hidden.

    If you would like to hide only secondary menu when scrolled down, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header-scrolled .sub_menu { display: none; }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.