Raven1570047701 Posted April 11, 2013 Share Posted April 11, 2013 I’m trying to remove the heading and navigation from one page: http://www.njmedcom.us/chuck-temp As stated in other posts, I’ve tried inserting the following code into the “Page Header Code Injection” tab of the Advanced tab on the page settings, but it does not work for me: <style type="text/css"> #title-area { display: none !important; } </style> I’ve also tried: #collection-515261d5e4b0e9fad0b5a1f8 #title-area { display: none !important } Can someone please let me know what I’m doing wrong? Link to comment
kale Posted April 11, 2013 Share Posted April 11, 2013 You can do it one of two ways, either add this to your Custom CSS Editor: #collection-515fa845e4b0d5cb924a9f34 #header { display: none } Or, in the ‘Page Header Code Injection’ on the selected page settings (instructions here), add this CSS: <style> #header { display: none } </style> You only have to do one, or the other – not both. Link to comment
Raven1570047701 Posted April 11, 2013 Author Share Posted April 11, 2013 Thanks, that worked. Do you know how I would remove the twitter icon (social media) from just the one page? I can't seem to find that question on any of the pages. Thanks Link to comment
kale Posted April 11, 2013 Share Posted April 11, 2013 You will need the collection number for the page (or add it to the page specific 'Header Code Injection'), and add this CSS to it (this should remove it from the page you posted above, but you'd need a different collection id if its for a different page): #collection-515fa845e4b0d5cb924a9f34 .social-twitter { display: none !important; } This only removes Twitter - if you had other social media icons, they would remain. To remove all social media icon's I believe this CSS will accomplish it: #collection-515fa845e4b0d5cb924a9f34 #sqs-social { display: none; } Link to comment
Raven1570047701 Posted April 11, 2013 Author Share Posted April 11, 2013 Awesome! You're the best! Link to comment
FionaMoonBlossom Posted April 24, 2013 Share Posted April 24, 2013 This worked great for me, but it also removed my navigation tabs. Is there a way to get rid of the header and not lose the tabs? I LOVE that the header is gone. THANKS! Link to comment
kale Posted April 24, 2013 Share Posted April 24, 2013 Which template are you using? and or, can you post a link to your page? Link to comment
bkarr Posted July 20, 2014 Share Posted July 20, 2014 I've been looking for an answer to this for a couple days. It worked perfectly. Thanks for sharing your knowledge with the rest of us! Link to comment
kimpercival Posted March 18, 2016 Share Posted March 18, 2016 I've been trying to follow these instructions & others like this to hide the header & navigation from one INDEX page in the Mercer template to no avail. Neither set of code from above works for me. I'm thinking I may not be using the correct collection id. Do I need to be in developer mode to find that? I've been using the source code on Chrome to find that id. Any direction anyone can give would be appreciated. Link to comment
kimpercival Posted March 18, 2016 Share Posted March 18, 2016 I've been trying to follow these instructions & others like this to hide the header & navigation from one INDEX page in the Mercer template to no avail. Neither set of code from above works for me. I'm thinking I may not be using the correct collection id. Do I need to be in developer mode to find that? I've been using the source code on Chrome to find that id. Any direction anyone can give would be appreciated. Link to comment
DanielY_SQSP Posted July 29, 2016 Share Posted July 29, 2016 @kimpercival Please make sure that you are only adding answers to posts when there is a solution to provide. Otherwise, you will want to add your response as a comment. I've gone ahead and converted this comment for you. Link to comment
Guest Posted September 28, 2016 Share Posted September 28, 2016 Thank you @kale – this worked perfectly for me with the Bryant template. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.