Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1282998

    Hi,
    I am looking for a solution to remove the sidebar, only from the landing page of the shop.
    I got this CSS from you:

    .container .template-shop.av-content-small.units {
    width: 100%;
    }

    .template-shop .sidebar {
    display: none !important;
    }

    It removed the sidebar – But it also removed the sidebar from category subpage as well. I want it to be visible on the subpage.

    #1283173

    Hey Bjorn,

    You can use the page-id class that is added to the body tag on every page.

    Image 2021-02-23 at 18.00.43.png

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.