Home › Forums › Basel support forum › Font and Style issues
Font and Style issues
- This topic has 5 replies, 2 voices, and was last updated 7 years, 5 months ago by Eric Watson.
-
AuthorPosts
-
August 18, 2017 at 7:23 am #17733
benrolfParticipantHey 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,
BenjaminAttachments:
You must be logged in to view attached files.August 18, 2017 at 8:00 am #17739
Eric WatsonParticipantHello,
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 StudioAugust 18, 2017 at 8:18 am #17741
benrolfParticipantThank 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
BenjaminAugust 18, 2017 at 9:42 am #17742
Eric WatsonParticipantTry 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 StudioAugust 18, 2017 at 9:51 am #17745
benrolfParticipantThank you! Now it works!
August 18, 2017 at 11:09 am #17752
Eric WatsonParticipantYou are welcome!
-
AuthorPosts
- You must be logged in to create new topics. Login / Register