Hide price on widgets/ product Tabs
-
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
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,
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,
The topic ‘Hide price on widgets/ product Tabs’ is closed to new replies.