Home › Forums › Jevelin Theme › WooCommerce Cart Icon Incorrect
Home › Forums › Jevelin Theme › WooCommerce Cart Icon Incorrect
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.
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
Very kind of you to offer fixes for other plugins mistakes. Thank you!
You are most welcome here 🙂