PMDesigner Posted September 7, 2019 Posted September 7, 2019 I have been having quite a hard time trying to add a link above my blog title that takes you back to the blog list page. Sort of like a "back to posts" link so that it's easy for the reader to go back and forth from the list to each individual post. Upon seeing that I could not put blocks above the title I tried putting this link on the sidebar and putting the sidebar on the left with this custom CSS: #rightSidebar { float: left; width: 202px; } I thought maybe I had finally come to a solution, but then when taking another look at the blog post list, I saw that the sidebar is still on each post on the list.. for me that makes a link that says "back to posts" on every single post in the list page... Does anyone know a way to disable the sidebar ONLY when in list view? Better yet does anyone know a way to add blocks above the title for each individual post? I'm just hitting a lot of walls here. Thanks in advance. Here is the site.
tuanphan Posted September 8, 2019 Posted September 8, 2019 @PMDesigner you should share post url. 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!)
PMDesigner Posted September 8, 2019 Author Posted September 8, 2019 But I did this time @tuanphan ... because i figured you would say that, seeing as you're the only person that responds to my threads. Thanks for that. :P Here is the URL again https://earthworm-capybera-xrep.squarespace.com/blog here is the specific post URL https://earthworm-capybera-xrep.squarespace.com/blog/personal-payments
tuanphan Posted September 8, 2019 Posted September 8, 2019 @PMDesigner /* REmove Sidebar - Single Post */ .collection-type-blog.view-item aside#rightSidebar { display: none; } /* Change width of post */ .collection-type-blog.view-item div#content { width: 100% !important; } Reference: https://beaverhero.com/tag/bedford-family 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!)
PMDesigner Posted September 8, 2019 Author Posted September 8, 2019 I'm sorry, this is close but you must have misunderstood my question. I did not want to make the sidebar disappear for one post page, I wanted to disable the sidebars for all the post previews in the blog list view. As you can see, when you go to this page you can see the sidebar beside the first post. but when using your code, it is disabled in this page. Thanks all the same @tuanphan your a real help here. I'll see what I can do with the code you gave me.
tuanphan Posted September 8, 2019 Posted September 8, 2019 @PMDesigner You mean you want to remove sidebar in Only Blog List Page?: https://earthworm-capybera-xrep.squarespace.com/blog 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!)
tuanphan Posted September 8, 2019 Posted September 8, 2019 @PMDesigner .collection-type-blog.view-list aside#rightSidebar { display: none; } .collection-type-blog.view-list div#content { margin: 0 auto !important; display: block; } 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!)
PMDesigner Posted September 8, 2019 Author Posted September 8, 2019 You're a life saver @tuanphan Thanks so much!
mbm789 Posted September 9, 2019 Posted September 9, 2019 Go to theme settings there you can find sidebar option. I have done this just by doing some theme research. check out my website https://clashofclansgenerator.net/ http://clashofclansgenerator.net
Recommended Posts
Archived
This topic is now archived and is closed to further replies.