Tagged: colour, links, shopping cart, woocommerce
Hi,
On the Woocommerce shopping cart flyout the links (view cart | checkout) are using the “Logo Area font color” from the Enfold general settings which is not what I want. Is there a way to change the colour for the links without being a global effect?
Hey Snerp!
Thank you for using Enfold.
You can use these selectors to modify the cart dropdown links:
.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, .header_color .cart_dropdown_link {
background-color: #ffffff;
color: #333333;
}
Best regards,
Ismael