Tagged: shopping basket, social icons
Dear Support Team
How do I get the same color behavior for the social icons and the basket as the menu?
White color with transparent background and black when scrolling down.
Best regards
Alexander
Hey Jaispirit,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av-logo-container .social_bookmarks li a {
color: #fff;
}
#top .header-scrolled .av-logo-container .social_bookmarks li a {
color: #808080;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victria,
great, that works! Could you please be so kind and provide me also the proper css for the Woo-Basket next right to the social icons?
Best regards
Alexander
Hi Jaispirit,
You can change the color to whatever you need:
.header_color .cart_dropdown_first .cart_dropdown_link {
color: #ccc;
}
If you need further assistance please let us know.
Best regards,
Victoria