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

Change css for an active/current Top Bar Menu Icon

Home / Forums / Virtue Theme / Change css for an active/current Top Bar Menu Icon

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
June 6, 2019 at 2:17 pm

I’m trying to change the color for an active topbar menu icon ( same way my main menu is set).
The only thing that is working is the color change on hover.
I’ve tried using the below CSS to no avail. Any ideas? My website is projectdatenight.org

.topbarmenu ul li a:active{
color: yellow;
}
.topbarmenu ul li a:link{
color: yellow;
}
.topbarmenu ul li a:visited{
color: yellow;
}

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