Tagged: ,

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

    Hey Munford!

    to control the position of the submenu and to change border color to white use this code:

    .html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
    top: 150px;
    color: white;
    }
    

    Best regards,
    Andy

    #400262

    that didn’t work for me.

    #400631

    Hi!

    You can remove the header borders like example site with following code

    #header_main, #main>.container_wrap {
    border: none!important;
    }

    Regards,
    Yigit

    #400633

    thanks I figured it out…

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘logo in menu’ is closed to new replies.