Current css styling
-
Hi,
I’m using this plugin to create a user menu on mobile – the right panel on Boss theme is normally populated when Buddypress is activated but since I don’t use that, I can still add a menu there with WP Symposium.
I’m 90% there but I can’t get the css right to style the current selected menu link. I only have one custom menu link (along with the Gravater and Log Out) called My Account. I’ve changed the link colour to white and added an FA icon before it with:
/* WP Toolbar */
#wp-admin-bar-my-account-default li a {
border-bottom: 1px solid #343538;
color: #FFF;
padding: 17px 25px 17px 25px;
}#wp-admin-bar-my-account-default li a:before {
content: “\f007”;
}Do you know the correct css I need to add to style the link when it’s selected? I’m stumped! I would send a link but the site is under maintenance.
Thanks for your help,
Paul.
- The topic ‘Current css styling’ is closed to new replies.