Home Forums Basel support forum Font adjustments

Font adjustments

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13323

    IvyK
    Participant

    Hi,

    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.
    #13328

    Bogdan Donovan
    Keymaster

    Hi

    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

    #13349

    IvyK
    Participant

    Hi,

    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.
    #13382

    Bogdan Donovan
    Keymaster

    Hello,

    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

    #13406

    IvyK
    Participant

    Thank you so much, I appreciate your help!
    Worked perfectly.

    Best,
    Ivy

    #13409

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Font adjustments’ is closed to new replies.