Forums

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

  1. RedBirdCabin
    Member
    Posted 2 years 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 http://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. Mark / t31os
    Moderator
    Posted 2 years 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..)

  3. Birdhammer
    Member
    Posted 1 year ago #

    Hey RedBirdCabin....how did you get an image to show up below the header space..you know the tree part, it sort of floats down the page. Can you tell me how? Do I just make my deader image bigger?

Topic Closed

This topic has been closed to new replies.

About this Topic