Home Forums WoodMart support forum How change add to cart style?

How change add to cart style?

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

    Jasseroos
    Participant

    I want to change style for add to cart button to be fit and like this
    https://prnt.sc/znVJqEnoKrlm

    #549905

    Hung Pham
    Participant

    Hi Jasseroos,

    Thanks for reaching to us and take our apologies for the long delay in answering due to the weekend.

    You want to make the Add to cart button on your site looks like exactly the screenshot? Do you want to remove add to cart icon?

    Regards,

    #550096

    Jasseroos
    Participant

    Hi,

    Yes, I want make the Add to cart button and variation swatches option on the site looks like exactly the screenshot

    https://prnt.sc/znVJqEnoKrlm

    Regards,
    Jasser

    #550416

    Hung Pham
    Participant

    Hi Jasseroos,

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

    table.variations .label{
    	display: none;
    }
    
    form.cart .single_variation_wrap{
    	flex: none;
    	width: 260px;
    }
    
    .single_variation_wrap :is(.btn,.button,button,[type="submit"],[type="button"]){
    	padding: 5px 42px;
    }

    Regards,

    #550552

    Jasseroos
    Participant

    Hi Hung,

    it doesn’t work but you can close the ticket thank you.

    Regards,
    Jasseroos

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

The topic ‘How change add to cart style?’ is closed to new replies.