Woocommerce Product Page Wigits Sizing
-
How do you customize the sizing of the widgets (compare) (sizing guide) (wishlist) and (social sharing)
see attachment
Attachments:
You must be
logged in to view attached files.
Hello,
You can find the option to set which social icons to show in the Theme Settings > Social profiles.
Compare is configured in the Theme Settings > Shop > Compare, Whishlist is configured in the Theme Settings > Shop > Wishlist.
Best Regards
Hi,
I’m looking to change the size. I’d like to make the icons bigger.
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