• Hi. I wish to remove the sidebar from the link page. Can you help me? Thank you.

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

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @clancel

    You can use the following CSS code to hide sidebar in woocommerce pages:

    .woocommerce #primary {
    	width: 100%;
    }
    .woocommerce #secondary {
    	display: none;
    }

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the sidebar’ is closed to new replies.