Home Forums Basel support forum Woocommerce Product Page Wigits Sizing

Woocommerce Product Page Wigits Sizing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #274364

    gqjesus
    Participant

    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.
    #274418

    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

    #274581

    gqjesus
    Participant

    Hi,

    I’m looking to change the size. I’d like to make the icons bigger.

    #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

Viewing 4 posts - 1 through 4 (of 4 total)