Home Forums WoodMart support forum Hide price on widgets/ product Tabs

Hide price on widgets/ product Tabs

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

    immolib
    Participant

    Hi

    Is it possible to hide the price of products when using Products tab on Ajax or any other woodmart elementor widget ?

    I would like to display the price only on each poduct page and nowhere else.

    Thanks

    #674544

    Hello,

    To hide the product price on all archive pages, try to add the following custom css code in Theme Settings > Custom CSS.

    .product-grid-item .price {
        display: none !important;
    }

    This will ensure that prices are hidden everywhere except on the individual product pages. If you have any questions, feel free to contact us.

    Best regards,

    #674572

    immolib
    Participant

    Thanks

    #674634

    Hello,

    You’re very welcome! If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Hide price on widgets/ product Tabs’ is closed to new replies.