• Resolved julien

    (@leguennecj)


    Hello I use Divi and the button style is to big with your plugin.

    How to change the size of the Qty + Button to be as the defaut theme style please ?

    Now (not good) : See picture

    What i would like : see picture 2 style button

    Thanks a lot for this very good extension and you help !

    Looking forward to hearing from you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hi,

    Following CSS should helps:

    
    .dgwt-wcas-pd-addtc-form .add_to_cart_button {
     	font-size: 14px!important;
     	line-height: 16px!important;
    }
    
    body .woocommerce .dgwt-wcas-pd-addtc-form .quantity input.qty {
    	font-size: 14px!important;
     	line-height: 16px;
     	height: 35px!important;
    }
    .woocommerce .dgwt-wcas-pd-addtc-form .quantity {
    	width: 70px;
    }
    

    If you aren’t familiar with custom CSS, take a look at this video.

    Best
    Damian

Viewing 1 replies (of 1 total)
  • The topic ‘Change size button’ is closed to new replies.