cedardell Posted April 2, 2020 Share Posted April 2, 2020 Site URL: https://cedardellforestfarm.com My website is built on the Five template, which has 2 sidebars. I only have the option of showing sidebar 1, or showing both sidebars. I would like to only show sidebar 2 on my blog pages. Is there a custom code I can enter to make that happen? Link to comment
tuanphan Posted April 2, 2020 Share Posted April 2, 2020 You can show 2 sidebars first, then let me know, then I can help you hide sidebar 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
cedardell Posted April 2, 2020 Author Share Posted April 2, 2020 11 hours ago, tuanphan said: You can show 2 sidebars first, then let me know, then I can help you hide sidebar 1. Thanks Tuan, My blog page is now set to show both sidebars. I really appreciate your help in hiding sidebar 1! Link to comment
tuanphan Posted April 3, 2020 Share Posted April 3, 2020 5 hours ago, cedardell said: Thanks Tuan, My blog page is now set to show both sidebars. I really appreciate your help in hiding sidebar 1! Can you take screenshot sidebar 1 & sidebar 2? sidebar on this page??? https://www.cedardellforestfarm.com/blog 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
cedardell Posted April 3, 2020 Author Share Posted April 3, 2020 3 hours ago, tuanphan said: Can you take screenshot sidebar 1 & sidebar 2? sidebar on this page??? https://www.cedardellforestfarm.com/blog Sorry, I had to change something. Sidebar 1 is on the left and sidebar 2 on the right. I only want to show the one on the right Link to comment
tuanphan Posted April 3, 2020 Share Posted April 3, 2020 Add to Home > design > Custom CSS div#sidebar-two-wrapper { display: none; } div#content-wrapper { border-right: none !important; } 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
cedardell Posted April 3, 2020 Author Share Posted April 3, 2020 8 hours ago, tuanphan said: Add to Home > design > Custom CSS div#sidebar-two-wrapper { display: none; } div#content-wrapper { border-right: none !important; } Thanks Tuan, but I want to do that only on the blog page, not the whole site. How do I get it to only affect the blog page? Also I wanted the other sidebar so I subbed "sidebar-one" in the first line and "border-left" and it seems to work well. But it's doing it on the whole site Link to comment
cedardell Posted April 3, 2020 Author Share Posted April 3, 2020 Nevermind! I figured it out. In case anyone else wants to know the fix, I posted the code on the page header css spot and added <style> </style> at the beginning and end. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.