This topic has 4 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Rose Tyler
Hi there
I recently changed my hosting provider and after the backup and transfer of the site there were two changes to the site which I could do with your help with.
1. There is now a gap between the menu item and the corresponding dropdown menu. That wasn;t ther ebefore, the drop down menu now also “flashes” / reloads when I mouse-over it. Could you tell me where the settings are to bring the dropdown back directly underneath the main menu item?
2. Th epage titles are showing (e.g. “Store” and “Home”). I don’t want them to show up. Please can you tell me how I can suppress them?
URL in the private comments box.
Thanks for your help!
Hello,
You can add this code in Custom CSS:
.header-type-3 .main-nav .menu > li{
position: relative;
}
.page-heading h1{
display: none;
}
Regards,
Rose Tyler.
Thanks Rose, that worked great. It does seem to have reduced the dropdown menu width. What can I do to make that wider?
Thanks!
Hello,
Try it:
.main-nav .menu > li .nav-sublist-dropdown {
max-width: 200px;
}
Regards,
Rose Tyler.
Tagged: dropdown menu, page title, seo friendly, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up