stok adedi ve favorilere ekle ve karşılaştırma yazılarını kaldırmak
-
ürün sayfasından stok adedi yazısını ve favorilere ekle ve karşılaştırma yazılarını kaldırmak istiyorum
Attachments:
You must be
logged in to view attached files.
Hello,
To remove the stock quantity text, ‘Add to Favorites,’ and ‘Comparison’ texts from the product page, Try to add the following custom css in Theme Settings > Custom CSS > Global Custom CSS.
.single-product .stock,
.single-product .wd-wishlist-btn,
.single-product .wd-compare-btn {
display: none !important;
}
Best Regards,