Tagged: header
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.
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
Brilliant! Thanks Josue!