Hi reds7931
Thanks for contacting us.
Please go to the Appearance ->> Widgets ->> Sidebar. Now you can change and edit the sidebar widget here easily.
Please also check the screenshot for help.
Thanks
Yes I found that but it edits the side bar for all of the pages. Can I remove the side bar for just one specific page? I also have a page where the sidebar is not showing and I don’t see a way to add it.
Thanks
Hi reds7931
Yes, please show me the page name here, where to remove the sidebar then we can provide you some CSS code to remove that.
Thanks
I want to remove it from this page: https://redswinggroup.com/services/
And add it to this page: https://redswinggroup.com/projects/
Thank you
Hi reds7931
Okay, Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.
.page-id-28 .theme-block.theme-blog .sidebar {
display:none;
}
Let us know if it works.
Thanks
Thanks! Is there a way I can add a sidebar to this page: https://redswinggroup.com/projects/
Hi reds7931
Please select the Right Sidebar template for the Project page.
For more help see the screenshot https://prnt.sc/gkvKnUxgaUj4.
Let us know if it works.
Thanks
Hi, what code do I need to remove the sidebar from this page?
https://redswinggroup.com/leadership/
Hi reds7931
Please add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.
body.page-template.page-id-1464 .sidebar {
display: none;
}
Let us know if it works.
Thanks