How i unbold payment button icon ?
Add below css in custom.css file
.product-payment-social .product-payment .product-payment-label{ font-weight: normal;}
1 Like
Thank you it work fine
Follow these steps:
From your Shopify admin, go to Online store> theme
on the top right corner you’ll see “action” drop down > click on “Edit code”
find theme.css or scss (use the search field on the top left side to find it)
now copy and paste the following code
.product-payment-label{font-weight: 100! important;}
