This topic has 8 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Eva Kemp
Hello
I’ve tried to change raleway fonts but it still appears in some places. I searched previous topics solutions and nothing changed. How I can remove it globally?
Thanks Spiros
Hello,
Try to add this code in Custom CSS:
.product-information .price {
font-family: Lato !important;
}
.type-label-1 {
font-family: Lato !important;
}
.total {
font-family: Lato !important;
}
Regards,
Rose Tyler.
Hello
This really helped.
Raleway only remail at the total of the checkout page.
Regards Spiros
Hello,
Please, also use this code:
.cart-collaterals .cart_totals h2 {
font-family: Lato;
}
.cart-collaterals table th {
font-family: Lato;
}
.cart-collaterals .order-total strong span {
font-family: Lato;
}
.shop_table th {
font-family: Lato;
}
.shop_table .order-total td {
font-family: Lato;
}
Regards,
Rose Tyler.
thanks for the reply but still nothing changed.
At the checkout page
product price
product price total
cart subtotal
cart total
are all in raleway.
regards Spiros
Hello,
Please try this css code:
body, p, a {
font-family: Lato !important;
}
Regards,
Eva Kemp.
Hello
Still nothing
Hello,
Please give your site link to check.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up