Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #242658

    Hi there

    How can I get rid of the lines around the header navigation?
    My page is the following:
    http://2014.roboearth.org

    Thank you

    #242722

    Hi Carolina!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { border: none !important; }

    Best regards,
    Yigit

    #243398

    Hi Yigit! Thanks a lot!
    Another question: on the mobile version the logo shrinks on a very strange way. How can I improve the situation?

    #244140

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    height: auto !important; }}

    Cheers!
    Yigit

    #244551

    Thank you Yigit!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Get rid of lines on the header navigation’ is closed to new replies.