Hi support team,
how can I remove the long orange line above the submenu (ahove)?
(The short orange line under the main menu should stay.) You may press Ctrl + to see it easier.
Hi vnfan!
Thanks for reaching out to us!
Try the following CSS code:
.html_header_top .header_color .main_menu ul:first-child >li > ul {
border-top: none !important;
}
Add it to the Quick CSS field under the General Styling tab in the theme options.
Best regards,
Jordan
It is done. Thank so much.