Home Forums Trusted Pro How to hide the woo commerce buttons on home page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4498
    Deborah Vincent
    Participant

    I have woo set to catalog only mode and want the cart and price options hidden in the theme header- where do I turn those off?  The catalog only plugin is suppressing the cart in the pages, but this section is theme-specific.  It’s actually why I bought the pro version…

    #4500
    Yazmin
    Keymaster

    In the Customizer, go to ‘Additional CSS’ and add the following CSS code:

    .top-login,
    .top-cart{
    display: none;
    }

    The code above will also remove the login/account. If you just want to remove the cart but keep the login/account, the code should be this:

    .top-cart{
    display: none;
    }
    #4502
    Deborah Vincent
    Participant

    Yazmin, you are the bomb.  Worked perfectly and amazingly quick response.  THANKS!

    #4567
    Pizza
    Participant

    Bless you, Yazmin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to hide the woo commerce buttons on home page’ is closed to new replies.