Home Forums Basel support forum Font and Style issues

Font and Style issues

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

    benrolf
    Participant

    Hey guys,

    I am having font and style issues.

    I turned on “Open Sans” as the primary and “Helvetic, Arial” as Backup fonts. Before I was using “Karla” font and now I have the problem, that the dropdown shopping card widget still shows the “Karla” font next to the “ZWISCHENSUMME”-wording. Also I would like to make prices “black” #000 again but no CSS style I tried is able to do that. I need the black color for every price on the page. The only way is to change the primary color to black, but I don’t want this because I need it as hover color for my menu.

    Thank you in advance for your great support.

    Best regards,
    Benjamin

    Attachments:
    You must be logged in to view attached files.
    #17739

    Eric Watson
    Participant

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix issue with font and to change price color.

    header .widget_shopping_cart .total .amount{
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
    }
    
    .single-product-content .price .amount,
    .widget_shopping_cart .product_list_widget li .quantity .amount,
    .widget_shopping_cart .widget_shopping_cart_content>.total .amount,
    .woocommerce-checkout-review-order-table tfoot .order-total td .amount{
        color: #000 !important;
    }
    

    Thank you for reporting about this font issue. We will fix it in our next theme update for sure.

    Kind Regards
    XTemos Studio

    #17741

    benrolf
    Participant

    Thank you a lot for the code.
    Actually it works in most ways but I have still the problem that the price after the wording “ZWISCHENSUMME” is still blue colored. And the pricing on the page KASSE (will add you a link in private content) is grey colored.

    Thank you again for your constant support.

    Best regards
    Benjamin

    #17742

    Eric Watson
    Participant

    Try to add the following code snippet to the Custom CSS area in Theme Settings and clear browser cache.

    .single-product-content .price .amount,
    .widget_shopping_cart .product_list_widget li .quantity .amount,
    .widget_shopping_cart .widget_shopping_cart_content>.total .amount,
    .woocommerce-checkout-review-order-table tfoot .order-total td .amount,
    .amount{
        color: #000 !important;
    }

    Kind Regards
    XTemos Studio

    #17745

    benrolf
    Participant

    Thank you! Now it works!

    #17752

    Eric Watson
    Participant

    You are welcome!

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