Tagged: menu, shopping cart, woocommerce
I tried *everything*, i followed the guide on how to change background color on the item, it doesnt change anything – i removed all CSS it also made no difference. I really dont know why the shopping cart dropdown has turned transparent. please help.
Hey sitemonkey,
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 .cart_list.product_list_widget {
background: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria
Cool thanks it worked, is it also possible to remove the fade effect from the product listing when not hovering?
Hi sitemonkey,
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 .avia_cart_buttons {
opacity: 1;
}
#top .avia_cart_buttons:hover {
background-color: #129191;
}
If you need further assistance please let us know.
Best regards,
Victoria