Home › Forums › Basel support forum › Woocommerce Product Page Wigits Sizing › Reply To: Woocommerce Product Page Wigits Sizing
March 18, 2021 at 4:42 pm
#274634
Elise Noromit
Member
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