Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #291883

    I am trying to remove the border around the main navigation at the top of my site.

    I’m not a programmer but I know that the change needed relates to #header_main_alternate but I have no idea how to change it. Any help would be appreciated.

    Also how do I make the header area completely white/solid? I have tried changing the transparency options but this has had no effect.

    Any help with these two issues would be very appreciated.

    #291892

    Hey!

    Try adding this code to the Quick CSS:

    #avia-menu > li > a, #header_main_alternate, #header_main{
        border: 0 !important;
    }
    .header_bg {
        opacity: 1 !important;
    }

    Cheers! 
    Josue

    #292073

    Brilliant! Thanks Josue!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove header nav border’ is closed to new replies.