Is it possible to hide the Header bottom border JUST on the home page?
The clients design needs to have it not show on the home page http://sladestyle.com/melita-group/
but to show on the interior pages.
I have used custom css to get rid of it but this is global
#header_main {
border-bottom-style: none;
border-bottom-width: 0;
}
Can we target just the home page?
Thanks!
Slade
**Edit: I figured it out. :)