Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1256394

    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.

    #1256895

    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

    #1257014

    Cool thanks it worked, is it also possible to remove the fade effect from the product listing when not hovering?

    #1257697

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.