Forums

How do you remove the drop shadow from the blog title? (2 posts)

  1. RedBirdCabin
    Member
    Posted 2 months ago #

    Last week I checked my blog home page to find a drop shadow had suddenly appeared on the title and the subtitle of my blog (see www.redbirdcabin.com) I've used a modified elegant grunge for many months. The shadow never used to be there, it was plain HTML text... which I much prefer. Does anyone know how to get rid of this drop shadow?
    many thanks,
    Jen

  2. t31os_
    Member
    Posted 2 months ago #

    #header h1 a {
    	color: #472424;
    	text-decoration: none;
    	font-weight: normal;
    	font-style: normal;
    	text-shadow: #000 0 1px 2px;
    	float: left;
    }

    Style.css, find that.. (i'm sure it's obvious what to remove..)

Reply

You must log in to post.

About this Topic