New Landing How can we help? Atelier Disable "List Layout" on Category list pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #266941
    CallidusPro
    Member
    Post count: 13

    Hi,

    When I am in a woocommerce category page showing the list of subcategories and I switch to the List Layout, the view is not good, it shows one column of categories with a big image.

    In product lists is ok, so I need to disable the “List Layout” view when I am in the category page

    How can I do that?

    Thanks

    #266977
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .product-layout-list figure {
      width: 30%;
      float: left;
    }
    .woocommerce ul.products li.product-category {
      display: none;
    }

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register