Viewing 1 replies (of 1 total)
  • Plugin Contributor Jeremiah

    (@jprummer)

    Hey there, thanks for your message! Looks to me like a simple theme conflict. Try adding the following custom css:

    li.wpmenucart > a > i{
    display:inline;
    position: relative;
    }

    You may need to add !important tags to the end of those if that doesn’t work. Ex:

    li.wpmenucart > a > i{
    display:inline !important;
    position: relative !important;
    }

    Let us know if you have any other questions and don’t forget about our pro version! 🙂

    Jeremiah

Viewing 1 replies (of 1 total)

The topic ‘Icon doesnt show up’ is closed to new replies.