Home Forums WoodMart support forum about Sale label remove and mobile add to cart button

about Sale label remove and mobile add to cart button

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #557125

    kuzgununsesi
    Participant

    Hello ,

    I want to remove the sale button for both desktop and mobile views. ( attachment number 1)
    I want to remove the add to cart button in mobile and tablet view. (attachment number 2)
    I want to enlarge the color variation icons (attachment number 3)

    #557126

    kuzgununsesi
    Participant

    attachment and acces here sory

    best regards

    Attachments:
    You must be logged in to view attached files.
    #557498

    Hung Pham
    Keymaster

    Hi kuzgununsesi,

    Thanks for reaching to us.

    First of all, take my apologies for the delay in answering because of the weekend.

    1, 3. Sale badge & Color variants

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .product-labels.labels-rounded .onsale.product-label{
    	display: none;
    }
    
    div[class*="wd-swatches"] {
    	--wd-swatch-w: 2em;
      --wd-swatch-h: 2em;	
    }

    2. Please add the following Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile / tablet:

    .wd-product.wd-hover-quick .wd-add-btn {
    	display: none;
    }

    Regards,

    #558423

    kuzgununsesi
    Participant

    it worked. awesome thank you!

    #558713

    Hung Pham
    Keymaster

    Hi kuzgununsesi,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

Tagged: 

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

The topic ‘about Sale label remove and mobile add to cart button’ is closed to new replies.