Site logo

Archived topic

Product images very small and can't change the size

3 replies · Started by Niklas on August 25, 2020

Viewing posts 1–4 of 4

in Customizer > Additional CSS.
Change this:

.woocommerce img, .woocommerce-page li.payment_method_stripe img {
     max-width: 60px;
}

to:

.woocommerce-page li.payment_method_stripe img {
     max-width: 60px;
}
This archived topic is closed to new replies.