• Resolved belindablakley

    (@belindablakleygmailcom)


    I’m using Virtue with woocommerce and the Mijireh payment gateway. I slurped the checkout page and everything looks great except there is a problem with the CSS of the menu icons. Here is a link to an image of the page: https://imgur.com/1aPW7O3. Do I need to edit the CSS in the custom css box and re-slurp? What do I need to add to make it work?

    Any help is appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you have a live site with these results? I can’t tell what might be causing the menu to do that unless I can see the code. I have to assume it’s a conflict with a plugin.

    Kadence Themes

    Thread Starter belindablakley

    (@belindablakleygmailcom)

    The menu is only doing this on the mijireh checkout page, so I don’t know if you can access it, but here is the page link: https://secure.mijireh.com/checkout/89f53371a67b2bf5b78464db. If that doesn’t work, I can set you up a temp account and you would have to add an item to the cart to view it. The website is https://rainkist.com/leightonumbrellas

    I tried deactivating the two menu plugins I have, Nav Menu Roles and Woocommerce Menu cart and then re-slurping, but it didn’t change anything. Let me know if I need to set up a temp customer account.
    Thanks!

    Ok I see the issue there is some css from the slurping cart conflicting with the icon menu. Add this to your custom css box in the theme options to fix:

    .sf-menu li a i {
    width: auto;
    height: auto;
    background: none;
    }

    Kadence Themes

    Thread Starter belindablakley

    (@belindablakleygmailcom)

    That worked perfectly. Thank you! And thank you for replying so fast!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu Icon CSS not working with Mijireh slurp’ is closed to new replies.