Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi Samandella,
    It looks like this issue is the same that you have with the multiple icons. It should be an easy fix, but without seeing the website source, it’s impossible for us to troubleshoot this issue.

    If you post a link to your site we can check it out for you. If you don’t want to publish the url on this forum, send it to support@wpovernight.com.

    Thread Starter samandella

    (@samandella)

    Thanks for responding so quickly, Ewout and glad to hear it’s probably an easy fix.

    I’ve emailed you 😀

    Plugin Contributor Ewout

    (@pomegranate)

    For anyone having similar issues: it appears that YOOtheme Infinite (possibly also other YOOthemes) is copying the <i> tag that we use for the icon. We solved this by using <span> instead.

    In line 120 of woocommerce-menu-cart.php, change

    $menu_item .= '<i class="wcmenucart-icon-shopping-cart-'.$this->options['cart_icon'].'"></i>';

    to

    $menu_item .= '<span class="wcmenucart-icon-shopping-cart-'.$this->options['cart_icon'].'"></span>';

    this will solve the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changes Website Font to Italics’ is closed to new replies.