• Sorry to borrow you.
    How to remove sidebar for catelog page?

    I can’t find setting to hide the sidebar.

    Thank you.

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

Viewing 1 replies (of 1 total)
  • You can use the following CSS in Appearance->Customize->Additional CSS if you just want to hide it from view

    .category .kad-sidebar {
        display: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘Remove sidebar for catelog page’ is closed to new replies.