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
Hey hostworks,
Please try this CSS as well:
#header {
border-color: transparent;
}
Best regards,
Rikard
Thanks Rikard, but that didn’t do the trick for me.
Thanks Mike, but no. It’s just the bottom line that I can’t remove.
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
Mike, I’ve tried 4 different browsers, private windows, phone, restarting my pc, etc. and I can’t get rid of it.
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!
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