Hello,
I’d like to have the logo in the middle of the menu. I found in some of your topics the CSS below :
.logo { display: none; }
#header_main > .container {
display: none;
}
#header_main .container, .main_menu ul:first-child > li a {
height: 100px !important;
line-height: 100px !important;
}
It looks like well but I have a line just below the menu and I would like to remove it.
Thanks for your help !
Hey poylomat,
Just add this custom CSS code to solve this:
.main_color { border-top: none !important; }
Best regards,
John Torvik
Perfect, thanks for your help !!!
Hi poylomat,
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria