• Resolved lovingrd

    (@lovingrd)


    Hi, I’ve just switched to the hestia theme. I’ve noticed that the product category pages display the description. I would prefer that it only display the title and price (which is how my old theme did it so all of my inventory was added with that in mind). I’ve searched hestia documentation and forum, but I haven’t found a clear answer to this yet. Is there a way to change the display on that page so it only shows title and price without description? If not, I may need to revert back to old theme or find alternative so I don’t have to change all of my products. Thank you.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter lovingrd

    (@lovingrd)

    PS ~ I may be trying a different theme by the time I get a reply so the page link may look different. I would still like to know if someone sees this and has a solution. The site is currently under construction. Thank you.

    Jarret

    (@jarretc)

    You can use the following CSS in Appearance->Customize->Additional CSS to hide it

    .archive .products .card-description {
        display: none;
    }
    Thread Starter lovingrd

    (@lovingrd)

    Worked great! Thank you, Jarret.

    and for same to happen on related products too

    .product section.products .card-description,
    .archive .products .card-description {
    display: none;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide Product description on Category Page’ is closed to new replies.