Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #326675

    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.

    https://www.sendspace.com/file/nmcgpm

    #327027

    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

    #327456

    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;
    }

    #327862

    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

    #328418

    Thx. CLOSED.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Warenkorb Text nicht lesbar’ is closed to new replies.