Hallo. Ich konnte dank eurer Tipp das Hauptmenü lesbar machen nur der Warenkorb wird jetzt falsch angezeigt. WEiss auf Weiss. Wo kann ich die Hindergrundfarbe oder die Textfarbe des Warenkorbs (siehe Anhang rot markiert) ändern? Danke.
Hi diefleischerei!
Thank you for visiting the support forum.
You can use this on Quick CSS or custom.css to modify the header cart icon:
.header_color .cart_dropdown .dropdown_widget li a, #top .header_color .avia_cart_buttons .button, #top .header_color .dropdown_widget .buttons .button, .header_color .cart_dropdown_first .cart_dropdown_link {
color: #000000;
}
.header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content {
background: #ffffff;
color: #000000;
}
Cheers!
Ismael
thank you, i have put the code in the quick css field.
so far so good. but i cannont see the cart icon anymore at the right side ot the website. http://www.weinkellerei-woeber.at/weinkellerei/?page_id=225 the cart icon is now black and the background is also black ;(
CODE in QUICK CSS:
.header_color .cart_dropdown .dropdown_widget li a, #top .header_color .avia_cart_buttons .button, #top .header_color .dropdown_widget .buttons .button, .header_color .cart_dropdown_first .cart_dropdown_link {
color: #000000;
}
.header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content {
background: #ffffff;
color: #000000;
}
Hi!
Add this at the bottom to change the cart icon color:
.header_color .cart_dropdown_first .cart_dropdown_link {
color: white;
}
.header_color .dropdown_widget_cart .avia-arrow {
background-color: white;
}
Best regards,
Ismael
Thx. CLOSED.