Hi, where do i go to style the background colour of the flyout shopping cart that appears in the main menu when an item is added to the cart? I wish to change the background colour and the text colour.
Thanks
Hey johnosjourney,
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
.header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content,
#top .header_color .dropdown_widget .buttons {
background-color: #ccc;
}
If you need further assistance please let us know.
Best regards,
Victoria