Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Arrows in the menu bar

Home / Forums / Virtue Theme / Arrows in the menu bar

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
November 15, 2015 at 4:52 am

Hello, I’ve been able to get arrows in my menu with the CSS code:

a.sf-with-ul:after {
content: "e3b6";
font-family: virtue_icons;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sf-menu ul a.sf-with-ul:after {
content: "e3b5";
}

Thing is, I don’t want the arrow to appear underneath the Cart, look at http://www.utan.nu and you’ll see what I mean, is there any way to access this arrow to at least hide it?

  • The forum ‘Virtue Theme’ is closed to new topics and replies.