Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1034141

    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

    #1034615

    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

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