Where can I change this text in the shopping cart: Calculate Shipping ↓
To a larger and bolder font?
Thank you!
Where can I change this text in the shopping cart: Calculate Shipping ↓
To a larger and bolder font?
Thank you!
Hi elames,
Try adding this code to Quick CSS or custom.css:
a.shipping-calculator-button {
font-weight: bold;
}
or
a.shipping-calculator-button {
font-weight: bold !important;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.