This topic has 4 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Brian Johnson
Hello. I’m using Royal store , header 7, and try to customize the top bar.
I’ve already created a menu ( ” Topmenu”) which appears in the top bar.
Issues :
– The “My account” and “Logout” original menu items remains ( toplinks) . How can I remove these two items ?
– The background item of my Topmenu appears white when on the destination page. As the typo is also white, it becomes unreadable. I wasn’t able to find any css command to change this.
– the :hover property seems not work. I would like the same behaviour with my Topmenu than the main menu when mouse hovers, that is , change color, and without underline
Thank you for your help !
Hello,
1) Please provide us with wp-admin access in Private Content.
2) Please provide us with page where top bar has white background.
3) Try use the following code in Global Custom CSS
.top-bar .topbar-widget.widget_nav_menu li a:hover {
text-decoration: none;
color: #e03e3e !important;
}
Regards,
Robert Hall.
Thank you. I used this code but with a syntax mistake. Now it works, thank you for the correction. Informations follows in private section
Hello
To change links color please add following code:
.widget_nav_menu li a:hover {text-decoration:none!important;}
.widget_nav_menu li.current-menu-item a {background:transparent!important;}
.widget_nav_menu li a:hover {text-decoration:none!important;}
.links li a:hover{color: #e03e3e!important;text-decoration:none;}
Regards,
Brian Johnson
Tagged: navigation, responsive, themes, top bar menu, user friendly, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up