- This topic has 1 reply, 2 voices, and was last updated 9 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › black ground sliver in genesis featured posts
Another question re genesis featured posts:
http://www.san-francisco-family-photographer.com/
The genesis posts have a small sliver of the background under them when I don’t show the totals. If I remove the background in css I lose the ability to show a title.
Any suggestions?
Thanks,
Joey
What you’re seeing is a box-shadow. To remove it, just add this to your css –
.featured-content .entry {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}