Tagged: menu
- This topic has 3 replies, 2 voices, and was last updated 7 years, 11 months ago by
Mahesh.
-
AuthorPosts
-
January 5, 2016 at 1:24 am #82200
rickm813
ParticipantIs it easy to make the header top menu bar stick to the top of the page so that it is always showing?
Or could I get rid of the menu bar completely so that the whole page will shift up?
January 5, 2016 at 11:54 am #82233Mahesh
KeymasterHi @rickm813,
Yes, both are possible.
For sticky menu, you have to create child theme (details to create child theme is HERE) and add some scripts and styles to it. If you want this alternative, let me know and I’ll provide you the codes.And for second alternative, to hide menu bar completely, add the following CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:
.nav-primary.search-enabled{ display: none; }
Regards,
MaheshJanuary 5, 2016 at 8:06 pm #82258rickm813
ParticipantThat removed the menu bar above the slider but the menu at the very top with the social icons on it. I figured out the code:
#header-top .widget {
display: none;
}January 6, 2016 at 9:14 am #82281 -
AuthorPosts
- The topic ‘Header Top Menu’ is closed to new replies.