WooCommerce Cart Icon Incorrect

Home Forums Jevelin Theme WooCommerce Cart Icon Incorrect

Home Forums Jevelin Theme WooCommerce Cart Icon Incorrect

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • BradyLanter
    Participant

    The WooCommerce cart icon in the header navigation has changed to something incorrect. I’ve disabled CDN, flushed cache, and nothing changes. Tried other web browsers. No changes to fonts were made. Please see the cart icon at http://www.bobbymaximus.com and screenshot attached.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @BradyLanter,

     

    Sorry to hear of the problem you are having.

     

    I could confirm the issue on your shared site which is happening because of the CSS conflict with seriously-simple-podcasting plugin.

     

    You can resolve the issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav li.menu-item i.icon-basket:before {
        font-family: 'simple-line-icons' !important;
    }

    Best regards,
    Shufflehound team

    BradyLanter
    Participant

    Very kind of you to offer fixes for other plugins mistakes. Thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)