This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hi there,
I’m having some issues with the secondary menu, it’s not matching the rest of the header, please see this screenshot: https://prnt.sc/jgfy1i
It’s off center and there are two blue lines on either side of it (is there a way to get rid of this?). I also changed it to the light theme in the 8theme options but it still appears as dark text.
I disabled it for now as it doesn’t look the way I would like it.
Can you please help me with this?
Thanks,
Cindy
Hello,
Please add this code in Custom css:
.secondary-menu-wrapper .secondary-title, .secondary-menu-wrapper .secondary-title:after {
color: white;
}
.secondary-menu-wrapper .secondary-menu-toggle .icon-bar,
.header-smart-responsive .header-wrapper .menu-more .menu-more-toggle span,
.header-smart-responsive .header-wrapper .menu-more .menu-more-toggle span:after,
.header-smart-responsive .header-wrapper .menu-more .menu-more-toggle span:before {
background: white;
}
.header-smart-responsive .header-wrapper .menu-more .menu-more-toggle:after {
border-color: white;
}
.secondary-menu-wrapper .secondary-title {
top: -8px;
}
.et-secondary-visibility-on_hover .secondary-menu-wrapper:hover .menu {
top: 86%;
}
.header-wrapper.header-advanced .secondary-title {
border: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up