Home Forums WoodMart support forum Hide prices on Shop page

Hide prices on Shop page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #364360

    Nabeel Khan
    Participant

    I want to hide prices on main shop page and only want them to show on product hover above the rating using this
    https://woodmart.xtemos.com/shop/?opt=hover_summary

    #364418

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .product-rating-price{
    visibility:hidden;
    }
    .product-grid-item:hover .product-rating-price{
    visibility:visible;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)