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

    This is because of

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

    Something has changed in the theme because this used to display correctly.
    See https://ibb.co/9Hryxdfr (you can see/create this for yourself by adding any painting to the Cart via “Add to basket” then just delete it from the Cart after investigating)
    Please can you advise what I need to change (presumably) in Theme Options to get this showing again?

    #1495678

    Hey zimbo,

    Thank you for the inquiry.

    What happens when you add the following css code?

    #top #header .av-main-nav>li>a>svg:first-child, #top #wrap_all .header_color .cart_dropdown_first .cart_dropdown_link.avia-svg-icon svg:first-child {
        fill: #000;
        stroke: #000;
    }
    

    qBRftUl.png

    Best regards,
    Ismael

    #1495695

    @Ismael – that restores the symbol, thanks. But why did the theme change something to stop it working?

    #1495714

    Hi,

    Thank you for the update.

    The cart icon displays fine on our own installation, so it’s likely a conflict with one of your plugins or a recent modification to the theme. Please try disabling the compression settings and the cache plugin to see if that makes a difference. For now, keep the css code to maintain the cart icon color.

    Best regards,
    Ismael

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