Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Get rid of navigation bar and logo on single page
Hello, I've tried all the hacks and coding I've seen on here and none of them are working for me.
i want to get rid of the navigation and logo on a single page.
I'm using the Modus Operandi - Cento theme if that helps.
PLEASE HELP ME! I'm going crazy lol
My page is heydevanphoto.com
Labels:
- Labels:
-
landing page
-
navigation
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
2 REPLIES 2
seicolegwr
08-07-2020
01:54 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
This code should work on a Cento theme:
<style>
div.cento-header { display: none !important; }
</style>
Add it to the HEADER CODE section of your page. If it works, the change will not be visible in the editor, only on the live site after you publish.
Hope this helps, Gary
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
It worked! Thank you!