How to remove Categories Box in checkout?

Home Forums All Other Themes How to remove Categories Box in checkout?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #214706
    Andrew MellishAndrew Mellish
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: August 10, 2023

    Hi
    I have tried all ways except CSS to remove the Product categories box from the right side bar by going to the page menu and changing the default theme setting to Full width. How can I change it? I am using the GB Shoes theme.
    http://lalpaga.co.uk/Screenshot%202024-02-25%20at%2013.37.30.png

    #214729
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .woocommerce-checkout #sidebar {
      display: none;
    }
    .woocommerce-checkout .single_wrap {
      width: 100%;
    }

    Regards,
    Dave

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