• reds7931

    (@reds7931)


    Hi! I am trying to find a way to edit the side bar on the right hand side of the page. I inherited this site and it shows on some page and not others.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author Theme Arile

    (@themearile)

    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

    Thread Starter reds7931

    (@reds7931)

    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

    Theme Author Theme Arile

    (@themearile)

    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

    Thread Starter reds7931

    (@reds7931)

    I want to remove it from this page: https://redswinggroup.com/services/

    And add it to this page: https://redswinggroup.com/projects/

    Thank you

    Theme Author Theme Arile

    (@themearile)

    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

    Thread Starter reds7931

    (@reds7931)

    Thanks! Is there a way I can add a sidebar to this page: https://redswinggroup.com/projects/

    Theme Author Theme Arile

    (@themearile)

    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

    Thread Starter reds7931

    (@reds7931)

    Hi, what code do I need to remove the sidebar from this page?
    https://redswinggroup.com/leadership/

    Theme Author Theme Arile

    (@themearile)

    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

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to remove…’ is closed to new replies.