ROC Posted June 16, 2015 Share Posted June 16, 2015 I want to have a clean canvas: no header, no footer, no banner image or site title. I'd also like to be able to change the color from white. This page offers instructions on how to remove the header and footer. It worked for me. http://answers.squarespace.com/questions/24905/hiding-header-and-footer-on-marquee This page offers three different sets of instructions on how to remove the banner image and site title. None work for me. http://answers.squarespace.com/questions/34666/marquee-how-to-remove-bannersite-title-from-one-page-only Maybe I'm adding the code incorrectly? I tried adding the banner/title code both inside and outside the style tags with no luck. I made sure I changed the URL id with no luck. Bonus: How do I change the background color of the page? Link to comment
ROC Posted June 17, 2015 Author Share Posted June 17, 2015 Thank you again @kale for this code. Here are his instructions which worked perfectly for me on Alex (Marquee): Remove Header and Footer Go to the page you want to hide the header and footer on, and go to Manage Site (gear icon) > Page Settings > Advanced and paste this into the Page Header Code Injection (be sure to include style tags): <style> #header, #footer { display: none } </style> Remove Banner Image and Page Title If you want to hide it on particular pages only, add this CSS (with style tags) to the Page Settings > Advanced > Page Header Code Injection area. Please note, if you already have style tags for other CSS for that page, don't add an additional set, simply add the CSS within existing style tags. <style> .title-desc-wrapper.has-main-image { display: none; } </style> Remove everything and create a white canvas: <style> #header, #footer { display: none } .title-desc-wrapper.has-main-image { display: none; } </style> Link to comment
Velocity Posted December 17, 2015 Share Posted December 17, 2015 this worked for me to remove the description section Velocity Web Design Websites are website designers, developers & search engine optimisation SEO specialists based in Christchurch NZ. We service small and progressive NZ businesses working closely with our clients to develop websites that attract high converting traffic Link to comment
Justin Posted March 14, 2016 Share Posted March 14, 2016 @heathery Please make sure that you are only adding answers to posts when you have an answer to provide. Otherwise, you will want to add your response as a comment. Because your post exceeded the 600 character limit for comments, I have deleted your post. Please consider reposting. Link to comment
heathery Posted March 15, 2016 Share Posted March 15, 2016 thanks so much @ROC for posting that code - I was able to use the code to remove the banner image and page title, but i noticed that there is some extra white space between the top of the page and the rest of the website (basically where the banner was going to be). Can someone give me the code I need to eliminate that white space? Thanks! Link to comment
heathery Posted March 15, 2016 Share Posted March 15, 2016 thanks so much @ROC for posting that code - I was able to use the code to remove the banner image and page title, but i noticed that there is some extra white space between the top of the page and the rest of the website (basically where the banner was going to be). Can someone give me the code I need to eliminate that white space? Thanks! Link to comment
Guest Posted March 30, 2017 Share Posted March 30, 2017 Does anyone know how to do this for the BEDFORD template? this code, along with some other ones provided on other templates, are not working for my website. I'm trying to remove the BANNER from all pages. Thanks! Link to comment
letsbesocial Posted June 3, 2017 Share Posted June 3, 2017 Hey there! So, I use to use Bedford for another blog I had and it was a little more complicated. If you haven't found the answer yet, feel free to check out this blog post: http://gennick.com/database/video-blogging-the-squarespace-bedford You have to read between the lines a little bit but it works! If you need more help just let me know and I'd be happy to walk you through it! Link to comment
Guest Posted June 15, 2017 Share Posted June 15, 2017 Caveat: the CSS code injection to remove the banner in Marquee counterintuitively only works if you have uploaded a banner image (it won't display, but it has to exist). Conversely if you create a new page, right away add the CSS injection to disable the banner, and try to move on, it will not work - you'll get a big blank banner area. Link to comment
faithmuskoka Posted June 5, 2018 Share Posted June 5, 2018 I copied that code into the advanced settings of the page but it only is hiding the header and footer ... aka, I can still see the banner and title ... any further trouble shooting suggestions would be appreciated! thanks guys Link to comment
Cindy1570048209 Posted February 4, 2020 Share Posted February 4, 2020 This code is AWESOME it worked really well on the Avenue Template as well. Now I have a brandless catalog for my clients. THANK YOU! Link to comment
BureauSF Posted May 2, 2020 Share Posted May 2, 2020 @heathery @charliepv reviving an old thread (for a discontinued template still beloved by a longtime client) and wondering if you ever found a workaround for the white space in page banners without images in the Marquee template? Basically hoping to display page title + description on all pages, but with some control over title spacing when there is no banner image. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.