Remove asign menu here option

Home Forums Gillion Theme Remove asign menu here option

Home Forums Gillion Theme Remove asign menu here option

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • ferrett1979
    Participant

    Please advise how to remove this from my menu.

    Hi @ferrett1979,

     

    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

     

    .sh-header-top .sh-nav-container {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    ferrett1979
    Participant

    Sorry this hasn’t worked.

    The above CSS code removes it from the top navigation.

     

    Please also use below CSS code to remove it from header navigation.

     

    #header-navigation .sh-nav-container {
        display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)