PDA

View Full Version : customizing footer - feeds (Andy)


pigeon
Jan-29-2007, 05:49 PM
I want my footer to have the feed *icon*, but no feed text. And I'd like "SmugMug" the same color text as the rest of the text.

Um, just like Andy's. (I wonder how many little moonriverphotography sites there are out there anyway???) :wink

help?

thanks!

Andy
Jan-29-2007, 06:07 PM
I want my footer to have the feed *icon*, but no feed text. And I'd like "SmugMug" the same color text as the rest of the text.

Um, just like Andy's. (I wonder how many little moonriverphotography sites there are out there anyway???) :wink

help?

thanks!

Add this to your CSS:



#feedHelp a.nav {
display: none;
}

pigeon
Jan-29-2007, 06:50 PM
Add this to your CSS:



#feedHelp a.nav {
display: none;
}

That's it! Thank you! Now, to change the color of "SmugMug" in the footer to the same color as the rest of the footer text?

-teresa

Andy
Jan-29-2007, 06:53 PM
That's it! Thank you! Now, to change the color of "SmugMug" in the footer to the same color as the rest of the footer text?

-teresa
#footer a.nav {color: red;} or


#footer a.nav {color: #XXXXXX;}

pigeon
Jan-29-2007, 07:06 PM
So, since I've deleted the "login" and "logout" from my footer, is there an easy way to log in and out? other than going to the smugmug home page?

I really want to eliminate as much stuff from the home page as possible, and I think I have. I wonder... can I have a "blank" link that will do the same thing?

-teresa

Andy
Jan-29-2007, 07:12 PM
So, since I've deleted the "login" and "logout" from my footer, is there an easy way to log in and out? other than going to the smugmug home page?

I really want to eliminate as much stuff from the home page as possible, and I think I have. I wonder... can I have a "blank" link that will do the same thing?

-teresawww.smugmug.com :thumb