Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #432759

    Hi,

    1. I would completely like to remove the top and bottom lines (border) in the nav bar which run across the whole page. Tried to find the css property which controls i but couldn’t

    2. Move logo Horizontally center

    Please help

    Thanks
    Suums

    #432762

    Hi Sumeru!

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

    #header_main_alternate,#header_main { border: none !important; }
    #main>.container_wrap { border-top: none; }
    .logo img { top: 10px; }

    Regards,
    Yigit

    #432771
    This reply has been marked as private.
    #432784

    Hi!

    Please try using the code as following

    #header_main_alternate,#header_main { border: none !important; }
    #main>.container_wrap { border-top: none!important; }
    .logo img { top: 10px; }

    Best regards,
    Yigit

    #432791
    This reply has been marked as private.
    #432803

    Hi!

    Please review your website now. > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Best regards,
    Yigit

    #432814
    This reply has been marked as private.
    #432819

    Hey!

    Please firstly choose to display “Logo center, menu below” option in Enfold theme options > Header tab then add following code to Quick CSS

    .html_header_top.html_logo_center .logo {
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }

    Best regards,
    Yigit

    #432829
    This reply has been marked as private.
    #432836

    Hi!

    You are welcome Suums, we are always happy to help! Thank you for your kind words :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove Border from Nav Bar’ is closed to new replies.