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
Site URL: hidden Theme version: 4.3.2 WooCommerce version: 5.5.3Hello,
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
The topic ‘Change Checkout total font and more issues’ is closed to new replies.
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.