Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #767007

    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?

    #767012

    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

    #767060

    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

    #767211

    Hi,

    Just add this custom CSS code:

    
    #top .main_color .price {
     display: none !important;
    }
    

    Best regards,
    John Torvik

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.