Hi,
How can hide price in product page and love icon?
Attached image example
best regards
This topic has 4 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Olga Barlow
Hi,
How can hide price in product page and love icon?
Attached image example
best regards
Hello,
To disable wishlist go to Plugins and deactivate Wishlist plugin.
To hide price add the following code in custom CSS (Theme Options > Styling > Custom CSS)
.product-information .price, .product-info-wrapper .price {
display: none;
}
Regards
Thanks.
Hello,
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up