This topic has 4 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
1. When menu items are rolled over, the top of the white box is missing on the main menu bar. Can the lines for the top of the box be visible?
2. Please let me know how to move Shopping Cart info below search box and Login / Your Account.
3. When the dropdown menu is active and rolled over, the top level menu item is white on white(invisible). How can I make it change to #262424 or black.
Hello,
1. As I see the top line is visible for the menu item:
2. I’ve added the following code into custom.css file:
#links {
margin-top: -60px !important;
}
#top-cart {
margin-top: 100px !important;
margin-right: -220px !important;
}
Please check the site header now.
3. The issue has been fixed with this code in custom.css:
li#menu-item-516:hover {
background-color: #262424 !important;
}
Regards,
Eva Kemp.
Much better. Thank you.
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘header and menu issues’' has been successfully resolved, and the topic is now closed for further responses