Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #876993

    Hi, how can I change the colors of the cart icon – https://screencast.com/t/gdD5gcpWh9

    I want it to have a red background and the number popup background will be black.

    Thanks.

    #877535

    Hey DROR,

    Please try the following in Quick CSS under Enfold->General Styling:

    .cart_dropdown_link span:before {
      color:red !important;
    }

    Best regards,
    Rikard

    #877783

    I wanted the background to be red, not the icon. The icon should remain white.

    #877796

    Hi,

    Please try using this code

    .header_color .cart_dropdown_first .cart_dropdown_link {
        background: red;
    }

    If that too does not help, please elaborate on the changes you would like to make.

    Best regards,
    Yigit

    #878318

    Great, thanks. How can I make the bubble with the number of items in the cart to be in black background – https://screencast.com/t/qUtmDqvF?

    #878717

    Hi,

    Please try this as well:

    #top .av-cart-counter {
        background-color: black !important;
    }

    Best regards,
    Rikard

    #878740

    Thanks

    #878970

    Hi,

    Glad that Rikard helped you. Let us know if you need more assistance :)

    Best regards,
    Nikko

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