Archive for August, 2008

Easy SmugMug logo customization…

If you are a Professional SmugMug user, and just want to replace the SmugMug logo (not develop a custom theme), you can do the following:

  • On the “customize” page, add the following to the CSS box


.smuglogo {
width: 170px;
height: 33px;
background: url(http://yourphotos.smugmug.com/photos/XXXXXXXX_XXXX-O.png) no-repeat;
}

  • …and in the Header section:


<div/>

Of course, make sure you replace the background photo with YOUR logo, and your logo’s sizes. Try to keep the logo as small as you can so it fits into SmugMug’s layout….or you can go and figure out how to override that too :-)

Wordpress for iphone

The Wordpress app for iPhone is really cool, try it!

Return top