Which css controls the border above and below the menu? I would like to make it semi-transparent.
See links below:
Hi koala!
Try adding this to your custom CSS.
#header, #header_main, #header_main_alternate {
border-width: 0px !important;
}
Cheers!
Elliott
Thanks! I made it 1px semi-transparent using that css target.