[Resolved] Remove item icon missing after update

Home Forums Support [Resolved] Remove item icon missing after update

Home Forums Support Remove item icon missing after update

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

    Hello guys, Im a little bit lost here… Can you please help me understand why am I not seeing the “x” remove icon for the items in the mini cart and the cart after I updated the GP Premium plugin?

    I tried changing from font to svg and back but no luck…

    Bonus question hehe… Is it possible to change the background color of the minicart item count from the theme appearance settings?

    Thank you very much for your help.

    #965483
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I’m seeing the close icon without any issues. Have you tried clearing your browser cache?

    As for the color, try this CSS:

    .cart-contents > span.number-of-items {
        background-color: rgba(255,255,255,0.1);
    }

    Let me know πŸ™‚

    #965494
    David

    I promisse I have cleared the browser cache and I have tried in different browsers and devices, I can’t see the x icon nor can I see the arrow icon inside the select box to sort products:

    #965536
    Leo
    Staff
    Customer Support

    Just want to mention that I can see the icons as well:
    https://www.screencast.com/t/nTM0KDsqjSev

    Do you happen to have another computer to test?

    #966205
    David

    Yep, you’re right. So it seems like you guys updated the font files and I had to clear both my hosting (Kinsta) and Cloudflare’s cache. The old font file remains in Chrome’s cache though… I can’t get it to clear it, but I checked on Safari and Firefox and it’s fixed now.

    Anyway… I still think this could be avoided because I configured the theme to use the SVG instead of the fonts. Am I missing something there?

    #966438
    Tom
    Lead Developer
    Lead Developer

    GP Premium still uses font icons. It will use the SVG feature (which is new) in GPP 1.9 πŸ™‚

    #966449
    David

    Got it, thanks guys!

    #967099
    Tom
    Lead Developer
    Lead Developer

    No problem πŸ™‚

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