Home › Forums › Gillion Theme › Remove asign menu here option
Home › Forums › Gillion Theme › Remove asign menu here option
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
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; }