Remove "BROWSE"
- The topic ‘Remove "BROWSE"’ is closed to new replies.
Need help? Check out our Support site, then
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; }
Thanks so much! Worked perfectly and I appreciate your speedy response!