Home Forums Basel support forum Woocommerce Product Page Wigits Sizing Reply To: Woocommerce Product Page Wigits Sizing

#274634

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body.single-product .single-product-content .entry-summary .wishlist-btn-wrapper a:before {
    font-size: 35px;
}
body.single-product .single-product-content .entry-summary .compare-btn-wrapper a:before {
	font-size: 35px;
}
body.single-product .social-icons.icons-size-small li i {
    font-size: 35px;
}

Please change the size 35 for that one as per your needs.

Best Regards