Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author TT Themes

    (@tomastoman)

    Dear Natalie,

    to hide the line above the active menu item, please insert the following CSS into “Theme Options > Other Settings > Custom CSS”:

    #wrapper #wrapper-header .menu-box .current-menu-item > a,
    #wrapper #wrapper-header .menu-box .current-menu-ancestor > a,
    #wrapper #wrapper-header .menu-box .current_page_item > a,
    #wrapper #wrapper-header .menu-box .current-page-ancestor > a {
    border-color: white;}

    To disable the line at the bottom of a page, please use the following CSS:

    #wrapper #wrapper-footer {border-top: none;}

    Best regards,
    Tomas Toman

    Thread Starter taylornatalierose

    (@taylornatalierose)

    Thanks for your help Tomas – the wrapper-footer line worked, but the menu is still showing the brown lines. Any ideas?

    I’d also like the menu to be aligned with the bottom of my logo.

    I’m being needy! Thanks very much for your help!

    My site:
    https://a0a.352.myftpupload.com/

    Theme Author TT Themes

    (@tomastoman)

    Please try to modify the CSS in the following way to hide the lines above the active menu items:

    #wrapper #wrapper-header .menu-box .current-menu-item a,
    #wrapper #wrapper-header .menu-box .current-menu-ancestor a,
    #wrapper #wrapper-header .menu-box .current_page_item a,
    #wrapper #wrapper-header .menu-box .current-page-ancestor a {
    border-color: white !important;}

    To align your menu with the bottom of the logo, please use the following CSS:

    body .menu-box a {padding-top: 54px; height: 70px !important;}

    Best regards,
    Tomas Toman

    Thread Starter taylornatalierose

    (@taylornatalierose)

    Worked perfectly. Thanks so much. Also, I’ve ordered the premium version which helps. Thank you for your time! Great themes.

    Theme Author TT Themes

    (@tomastoman)

    I am glad that I could help you! ??

    Best regards,
    Tomas Toman

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable color lines’ is closed to new replies.