Please go to the new link I have provided in private. Add the product to the cart. Next, at the top right where the cart icon is, Mouse over and you will see the cart dropdown has a blue background. I want the whole dropdown background white (solid, not transparent) and the text a slate/black color. I do not want to change ANY other menu/link attributes besides the cart dropdown. So far, no one can seem to help me with it. I have obviously been able to edit just about every other custom CSS I used to create the site…but this one is confusing…and my changes I have tried to make looking at the dev. view on frontend won’t stick – even with “!important” – PLEASE HELP!
Hey jellyfish007!
Please add the following
.header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content {
background: #fff !Important;
color: #000;
}
Let us know if that works as you like
Cheers!
Basilis
You are awesome!! Well done, good friend! Very appreciated!! Cheers!