Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #601445

    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.

    #601520

    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

    #601993

    It is done. Thank so much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘remove the long line above the submenu’ is closed to new replies.