New Landing How can we help? Atelier Used CSS to remove product categories, but still displaying in some places

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #233196
    GTS75
    Member
    Post count: 240

    I am using this css to remove product categories from being listed under each product on category pages. I’m trying to create product sections on my homepage using products ‘element’ and for some of them there are no categories being displayed and for some sections the categories are displayed…pretty weird.

    Here’s the css I’m using:

    ul.products li.product .product-details .posted_in {
    display: none;
    }

    Will that only hide the categories under certain circumstances?

    Thanks

    #233248
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove that code use this code:-

    .products .product .product-details .posted_in{
    display:none !important;
    }

    Thanks
    Mohammad

    #233250
    GTS75
    Member
    Post count: 240

    thanks. that worked. next question… Is it possible to make the product titles on product category pages take up 2 lines of text even if the title only requires one? check out the screenshot. I’d like all pricing to line up and look nicer on the front end.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #233256
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce .products .product h3, .woocommerce ul.products li.product h3 {
        font-size: 17px !important;
    }

    Thanks
    Mohammad

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

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

License required for the following item
Login and Registration Log in · Register