Site logo

Archived topic

Delete prices in some products

20 replies · Started by Jose on May 12, 2020

Viewing posts 16–21 of 21

No problem :)

Hi, I don't know why but the prices are there agaian. I have deleted all cache plugin...

In the shop page, in products it is okey!

In your CSS you have an extra } that needs removing - see below where i have commented it:

.woocommerce.archive ul.products {
    border-left: 1px solid #ccc;
    padding-left: 10px !important;
}

} /* This needs removing */

.term-cursos.woocommerce ul.products li.product .price {
    display: none !important;
}

Perfect!

Regards,

You're welcome

This archived topic is closed to new replies.