How to change the size of the add to cart button of recommend products?

How to change the size of the add to cart button of recommend products?

moritz_merlin
Visitor
2 0 0

How can i change the yellow marked button? 

 

moritz_merlin_1-1713444671306.png

 

Reply 1 (1)

trapsnacksja
Tourist
3 0 1

Hi, Inspect element on that button:

trapsnacksja_0-1713448104139.png

then copy the class OR the id:

trapsnacksja_1-1713448135915.png



then in the css section of the page:

.<classname> or #<idName> {
size: 10px; adjust size
}