• Resolved djinfinity616

    (@djinfinity616)


    I am trying to remove the border around the header image. I have read the support forum and I was unable to find a solution. I have looked at the CSS in Firebug, and tried to update the CSS using JetPack but no dice. Any ideas?

    My website is: .

    Thanks!!

Viewing 1 replies (of 1 total)
  • Thread Starter djinfinity616

    (@djinfinity616)

    I figured it out finally.

    .grid img {
    	background: none repeat scroll 0 0 #FFFFFF;
    	border: 0 solid #EFEFEF;
    	box-shadow: 0 0 0 rgba(0,0,0,0.27), 0 0 0 rgba(0,0,0,0.06) inset;
    	margin: 0 30px 30px 0;
    	padding: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Border on Header Image’ is closed to new replies.