KelseyFayeK Posted May 24 Posted May 24 Hi! I have a personal plan and I'd like to remove my footer from ONLY my blogs. I've figured out how to remove the footer from specific pages but not from blog posts. Help please!
creedon Posted May 24 Posted May 24 Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. You may find How to post a forum question post useful. We can then take a look at your issue. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
tuanphan Posted May 25 Posted May 25 You can use this to Website > Website Tools > Custom CSS body[class*="type-blog"].view-item footer.sections { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
samschwan Posted August 22 Posted August 22 Hello! @creedon @tuanphan I am looking to remove the footer and announcement bar from all of my blog posts while keeping it on the main blog page with the all the posts on it. I was able to successfully do this with the footer but for some reason the code is removing the announcement bar from the main blog page as well as all the posts. I'm curious if you know what I may be doing wrong here and if theres a better selector to use for the announcement bar so it is only removed from the blog posts. Thanks! Sam url: https://cow-greyhound-38l8.squarespace.com/all-episodes/braxefalcon password: Purplerain12 This is the code I'm using to remove the elements from the blog posts — /* remove footer, announcement bar, and arrows from blog posts*/ body[class*="type-blog"] .sqs-announcement-bar-dropzone, .view-item footer.sections, .wm-banner-style-3 main.container .item-pagination { display: none !important; }
tuanphan Posted August 23 Posted August 23 12 hours ago, samschwan said: Hello! @creedon @tuanphan I am looking to remove the footer and announcement bar from all of my blog posts while keeping it on the main blog page with the all the posts on it. I was able to successfully do this with the footer but for some reason the code is removing the announcement bar from the main blog page as well as all the posts. I'm curious if you know what I may be doing wrong here and if theres a better selector to use for the announcement bar so it is only removed from the blog posts. Thanks! Sam url: https://cow-greyhound-38l8.squarespace.com/all-episodes/braxefalcon password: Purplerain12 This is the code I'm using to remove the elements from the blog posts — /* remove footer, announcement bar, and arrows from blog posts*/ body[class*="type-blog"] .sqs-announcement-bar-dropzone, .view-item footer.sections, .wm-banner-style-3 main.container .item-pagination { display: none !important; } body[class*="type-blog"] = blog main page + blog posts body[class*="type-blog"].view-item = blog posts body[class*="type-blog"].view-list = blog main page Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment