• Resolved atai

    (@atai)


    Hello,

    is there a way to reduce the size of the add to chart button?
    On my web site with your plugin installed I have the size of this button increased and I don’t know how to reduce it

    Thanks

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

Viewing 1 replies (of 1 total)
  • Hi @atai

    Use this CSS snippet:

    .dgwt-wcas-product-details .product a.button {
    	font-size: 10px !important;
    	height: 41px !important;
    	line-height: 32px !important;
    }

    The result should be like here: https://prnt.sc/ZfgHZTV-sdAm

    Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.

    Regards,
    Kris

Viewing 1 replies (of 1 total)

The topic ‘Add to chart button too big’ is closed to new replies.