Hello,
I want a custom css class for a product grid. Not for all the grid’s but only for one which I choose
It tried but it did not work out.
How can I achieve this?
Hi Roger!
Do you mean you want for a column or for all the grid at the shop page?
Please try define what you mean, so we can be able to understand properly
Cheers!
Basilis
No when I insert a product grid on my page. It shows the featured image, the title and the price..
I just want the price to hide on one grid, but I want the price to be shown on the other.
Just a custum css class where I can enter display:hidden
roger
Hi,
Just add this custom CSS code:
#top .main_color .price {
display: none !important;
}
Best regards,
John Torvik