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

Circle Menu

Home / Forums / Virtue Theme / Circle Menu

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
November 26, 2015 at 11:39 am

Hi,

Please help. I try to make a one menu item in primary menu to have a circle background.

I try the code below but I cant get the perfect circle and also got display problem with other browser, only show in firefox.

——————————————

#nav-main ul.sf-menu>li.menu-sale.menu-item-150 > a {
background:#dd3333;
color:white;
border-radius: 100%;
margin: 5px;
padding: 5px;
}
#nav-main ul.sf-menu>li.menu-sale.menu-item-150 > a:hover {
background:#e65454;
color:white;
border-radius: 150px;
}

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