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

    Hi there,

    My cart icon is white / or invisible. I have tried to add some quick css already to force the color but none of it seems to be working. I’ll post the URL in the private content section.

    Thanks for your help!

    Regards,
    S

    #1485587

    Hey Enfoldfanatic,
    It looks like you have this css that is making it white:

    #top #wrap_all .header_color .cart_dropdown_first .cart_dropdown_link.avia-svg-icon svg:first-child {
        fill: #ffffff;
    }

    see if you can remove this, or you can try adding this:

    #top #wrap_all .header_color #menu-item-shop .cart_dropdown_first .cart_dropdown_link.avia-svg-icon svg:first-child {
        fill: #000;
    }

    Best regards,
    Mike

    #1485643

    Hi Mike,

    Thanks for your help, it seemed I had to disable the “merged CSS” and then add this particular CSS snippet.

    Kind Regards,
    S

    #1485646

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘My cart icon is white/invisible’ is closed to new replies.