sermo Posted August 1, 2019 Share Posted August 1, 2019 Hello Squarespace network, I need to remove my logo and my navigation from one specific page using css. My template is Five. Link to comment
tuanphan Posted August 1, 2019 Share Posted August 1, 2019 @sermo First you need to find Page ID. Each Page will have different ID. See how to: https://beaverhero.com/squarespace-how-to/#HowtoFindPageID Next, please share your site url. :D Final, try this code, hope it works. Remember replacing body#....87 with your page ID. /* remove logo */ body#collection-56d73a8ccf80a15f84d31087 #site-title { display: none; } /* remove navigation */ body#collection-56d73a8ccf80a15f84d31087 nav#main-navigation { display: none; } and if want to remove header, try this code body#collection-56d73a8ccf80a15f84d31087 div#navigation-top { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
sermo Posted August 1, 2019 Author Share Posted August 1, 2019 www.sermo.dk The code schould be used (Injected) on the Pages / Advanced ? Link to comment
tuanphan Posted August 1, 2019 Share Posted August 1, 2019 @sermo Home > Design > Custom CSS and replace #site-title to img#banner Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.