This topic has 4 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Sakis
Hi,
I have a few issues and need assistance.
1. How can I change the font of the card total in the checkout page, to Open Sans? All fonts are Open Sans and only this one is Georgia
2. How to change the size of the view-cart button so that the text is in one line, does not wrap
3. On the shop page, on the variable products, the button choose is aligned on the left, I would like it to align in the middle.
Many thanx
I solved issue No1
No2 and No3 remain
Hello,
2) Add the next code in Theme Options > Custom CSS:
.shopping-cart-widget .widget_shopping_cart_content .bottom-btn a {
font-size: 9px;
}
.shopping-cart-widget .widget_shopping_cart_content .bottom-btn a {
width: 100%;
margin: 5px 0;
}
.product .add-to-container a {
width: 100%;
}
Regards
thanx, all worked 😉
The issue related to '‘Change Checkout total font and more issues’' has been successfully resolved, and the topic is now closed for further responses