Home › Forums › Basel support forum › Font adjustments
Font adjustments
- This topic has 5 replies, 3 voices, and was last updated 7 years, 8 months ago by Artem Temos.
-
AuthorPosts
-
May 8, 2017 at 8:12 am #13323
IvyKParticipantHi,
We are replacing google fonts with Typekit. We noticed that on some places the fonts were automatically changed to semi bold or bold as they were originally. We need all those semi bold and bold to be replaced with regular (We use Proxima Nova font now in those places).
How do we change them to regular?
Please see the attachments for some examples.Regards
Attachments:
You must be logged in to view attached files.May 8, 2017 at 9:06 am #13328
Bogdan DonovanKeymasterHi
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
table tr th, .woocommerce-cart table tr th, .cart-collaterals .cart_totals h2, .cart-collaterals .cart_totals table .order-total th, .cart-collaterals .cart_totals table .order-total td > strong, .tabs-layout-accordion .basel-tab-wrapper .basel-accordion-title, .single-product-content .product-share .share-title, .single-product-content .variations label, .woocommerce .wishlist-title h2, .woocommerce-checkout .woocommerce-account-fields>h3, .woocommerce-checkout .woocommerce-billing-fields>h3, .woocommerce-checkout .woocommerce-shipping-fields>h3, #order_payment_heading, #order_review_heading, .woocommerce-checkout-review-order-table tfoot .order-total th, .order-total .woocommerce-Price-amount { font-weight: 400; } .comments-area .comment-reply-title, .comments-area .comments-title, .yith-wcwl-share h4.yith-wcwl-share-title { font-weight: 400!important; }
Regards
May 8, 2017 at 7:16 pm #13349
IvyKParticipantHi,
Thank you so much, It looks beautiful.
There are few more places where the bold text is still there, I attached the images.
Ivy
Attachments:
You must be logged in to view attached files.May 9, 2017 at 7:36 am #13382
Bogdan DonovanKeymasterHello,
Please replace previous code snippet with the snippet below.
table tr th, .woocommerce-cart table tr th, .cart-collaterals .cart_totals h2, .cart-collaterals .cart_totals table .order-total th, .cart-collaterals .cart_totals table .order-total td > strong, .tabs-layout-accordion .basel-tab-wrapper .basel-accordion-title, .single-product-content .product-share .share-title, .single-product-content .variations label, .woocommerce-checkout .woocommerce-account-fields>h3, .woocommerce-checkout .woocommerce-billing-fields>h3, .woocommerce-checkout .woocommerce-shipping-fields>h3, #order_payment_heading, #order_review_heading, .woocommerce-checkout-review-order-table tfoot .order-total th, .order-total .woocommerce-Price-amount, .widget_shopping_cart .total strong, .widget_shopping_cart .total .amount, .shop_table td.product-subtotal span, .comments-area .comment-respond .logged-in-as>a:first-child, .woocommerce-MyAccount-title, .woocommerce-MyAccount-content > p strong { font-weight: 400; } .comments-area .comment-reply-title, .comments-area .comments-title, .yith-wcwl-share h4.yith-wcwl-share-title, .woocommerce .wishlist-title h2 { font-weight: 400!important; }
Regards
May 9, 2017 at 10:08 am #13406
IvyKParticipantThank you so much, I appreciate your help!
Worked perfectly.Best,
IvyMay 9, 2017 at 10:52 am #13409
Artem TemosKeymasterGreat, you are welcome!
-
AuthorPosts
The topic ‘Font adjustments’ is closed to new replies.
- You must be logged in to create new topics. Login / Register