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

How can i change the yellow marked button?

Hi, Inspect element on that button:

then copy the class OR the id:

then in the css section of the page:

. or # {
size: 10px; adjust size
}