Remove "BROWSE"
-
Hi there! I’d like to remove “BROWSE” from the top of the screen, as I am using the header menu option as my primary. I’m not finding where to do this.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You’ll want to add the following CSS to remove the browse bar:
body { padding-top: 0; } .fixed-nav { display: none; }
-
- The topic ‘Remove "BROWSE"’ is closed to new replies.