Okay
  Public Ticket #1165032
Remove prices
Closed

Comments

  •  1
    sami1501 started the conversation

    Hi!

    I want to remove the prices products only in home page. How can I do it?

    Thanks for your support...

  •  1
    sami1501 replied

    I've ussed "Products Carousell" in my home.

  • [deleted] replied

    Hi sami1501,

    You can remove prices from homepage by adding this Custom CSS:

    .home .shop .items .item-wrapper .item .description .price {
    display: none !important;
    }

    And the products will look like this:


    (view large version)