davidbrewster Posted August 7, 2020 Share Posted August 7, 2020 Site URL: https://dachshund-dory-ba76.squarespace.com I'm building a site which uses three different blogs for various purposes. We use the sidebar in two of those but not on the third. What custom CSS can I use to hide the sidebar on the individual posts for a single blog. An example post is here: https://dachshund-dory-ba76.squarespace.com/offerings-details/leading-purposeful-conversations Password for the website is 'kyoto2019' Link to comment
Solution tuanphan Posted August 7, 2020 Solution Share Posted August 7, 2020 Add to Page Settings > Advanced > Header <style> aside#rightSidebar { display: none; } .collection-type-blog #content { width: 100%; } </style> kimbhand 1 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
davidbrewster Posted August 10, 2020 Author Share Posted August 10, 2020 (edited) Thanks @tuanphan. That works nicely. Note to self (and others who may run into this issue): the code injection needs to be made to the blog settings (on the blog page), not to a summary page. To explain, for this blog we display a page with a summary block rather than the blog page itself. Originally I added the code to the former, where (of course) it made no difference. Edited August 10, 2020 by davidbrewster Link to comment
geoffwilsonhcd Posted January 1, 2021 Share Posted January 1, 2021 @tuanphan, I'm now creating a second blog on my site too using the Avenue template, but tried to put this code into the Blog Settings > Advanced > Page Header Code Injection as you specified, but still seeing the sidebar on this new blog. Any suggestions? Link to comment
tuanphan Posted January 1, 2021 Share Posted January 1, 2021 13 hours ago, geoffwilsonhcd said: @tuanphan, I'm now creating a second blog on my site too using the Avenue template, but tried to put this code into the Blog Settings > Advanced > Page Header Code Injection as you specified, but still seeing the sidebar on this new blog. Any suggestions? Hi. Can you share link to a blog? We can help easier 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
Create an account or sign in to comment
You need to be a member in order to leave a comment