[Theme: P2] How to remove drop shadow around header image?
-
I just want to remove the drop shadow around the 980 x 120px header image. I fooled around in the style.css, specifically at:
#header .sleeve, #wrapper, #footer {
border: 0;
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}I seems I can remove the drop shadow around all parts of the front pageexcept the header image.
Does anyone have any suggestions?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Theme: P2] How to remove drop shadow around header image?’ is closed to new replies.