Remove White Line

  • cefd1

    #9980

    http://www.911-Photography.com

    Need help on how to removed the small white line below post text and above “Share this”. I have looked everywhere

    Mod

    Kenneth John Odle

    #45055

    Add this to your custom CSS or child theme stylesheet:

    div.sharedaddy h3.sd-title::before {border-top: none;}

    Mod

    Kenneth John Odle

    #45056

    You may also want to add this:

    #header .header_title {text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;}
    .header_desc {text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;}

    That will make your site title and tagline pop a little bit.

    cefd1

    #45057

    The Line removal code worked, the 2nd code to make the title pop did not

    Mod

    Kenneth John Odle

    #45058
    Quote:
    2nd code to make the title pop did not

    It’s a very subtle effect. You can multiply it, if need be:

    #header .header_title {text-shadow: 1px 1px 1px #000, -1px -1px 1px #000,1px 1px 1px #000, -1px -1px 1px #000,1px 1px 1px #000, -1px -1px 1px #000;}
    .header_desc {text-shadow: 1px 1px 1px #000, -1px -1px 1px #000,1px 1px 1px #000, -1px -1px 1px #000,1px 1px 1px #000, -1px -1px 1px #000;}

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.