Home Forums WoodMart support forum stok adedi ve favorilere ekle ve karşılaştırma yazılarını kaldırmak

stok adedi ve favorilere ekle ve karşılaştırma yazılarını kaldırmak

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

    dgn.kcbs.4506
    Participant

    ü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.
    #643287

    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,

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