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

Custom menu

Home / Forums / Virtue Theme / Custom menu

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
February 16, 2016 at 6:12 pm

Hi Ben/ Hannah,

I got this CSS for my footer Custom menu widget, How can i make my menu text turn to red when i hoover? right now its turning white.

Thanks!

#containerfooter .menu li a {
font-family: sans-serif;
font-size: 14px;
color: #656565;
}
#containerfooter .menu li a {
background: transparent;
}
#containerfooter .menu li a:hover {
background: #f2f2f2;
}

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