Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #892591

    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 !

    #892744

    Hey poylomat,

    Just add this custom CSS code to solve this:

    .main_color {
      border-top: none !important;
    }
    

    Best regards,
    John Torvik

    #894644

    Perfect, thanks for your help !!!

    #894737

    Hi poylomat,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.