Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1416087

    Tried to follow previous tips such as https://kriesi.at/support/topic/how-to-remove-borders-in-top-menu/
    But it is only removing the top border
    #header_main_alternate {
    border: none!important;
    }
    http://staging.ferrariclubofamerica.org
    Thanks

    #1416102

    Hey hostworks,

    Please try this CSS as well:

    #header {
      border-color: transparent;
    }

    Best regards,
    Rikard

    #1416118

    Thanks Rikard, but that didn’t do the trick for me.

    #1416139

    Hi,
    Try including this css:

    #header_main {
    border: none;
    }

    Best regards,
    Mike

    #1416142

    Thanks Mike, but no. It’s just the bottom line that I can’t remove.

    #1416143

    Hi,
    Seems to work when I test, Please see the screenshot in the Private Content area.
    Perhaps try clear your browser cache?

    Best regards,
    Mike

    #1416146

    Mike, I’ve tried 4 different browsers, private windows, phone, restarting my pc, etc. and I can’t get rid of it.

    #1416147

    Mike,
    I finally got it! It took all three to remove both lines:

    /* remove menu border */

    #header_main_alternate {
    border: none !important;
    }

    #header {
    border-color: transparent;
    }

    #header_main {
    border: none;
    }

    Thanks mate!

    #1416148

    Hi,
    Sorry, I should have said to include the css, but I’m glad that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Removing main navigation menu borders’ is closed to new replies.