black ground sliver in genesis featured posts

Homepage Community Forums Epik Theme Support black ground sliver in genesis featured posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8727
    smilenj
    Customer

      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

      #8747
      Wes
      Moderator

        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;
        }
        
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.