Short URL:
  • Tutorials
  • Gear Reviews
  • Book Reviews
  • Challenges
  • Galleries
  • Forums
Digital Grin  > Tutorials > SmugMug - Site Stuff > A Banner for Your SmugMug Site
This tutorial explains how to add a banner, or how to add different banners to different pages on your SmugMug account.

If you're just starting out, use the Easy Customizer to add a banner to all your SmugMug pages.

gallery pages:  <  1  2  
I WANT A BANNER FOR MY HOMEPAGE, AND ONE FOR A CATEGORY, BUT NOT ON THE REST OF MY PAGES, DOABLE?







Sure, it's actually a combination from the posts above; Add "display: none;" to the original code.








Then add: 
.homepage #my_banner {
    display: block;
}

.category_Travel #my_banner {
    display: block;
background: url( http://nickname.smugmug.com/photos/12345678_aBcDe-O.jpg) no-repeat;
}

The Travel category is an example, and can be any category you like.

If you leave out the line starting with "background:" in the last portion of the code, the Travel category will have the same header as the homepage.
I WANT A BANNER FOR MY HOMEPAGE, AND ONE FOR A CATEGORY, BUT NOT ON THE REST OF MY PAGES, DOABLE?







Sure, it's actually a combination from the posts above; Add "display: none;" to the original code.








Then add:
.homepage #my_banner {
    display: block;
}

.category_Travel #my_banner {
    display: block;
background: url( http://nickname.smugmug.com/photos/12345678_aBcDe-O.jpg) no-repeat;
}

The Travel category is an example, and can be any category you like.

If you leave out the line starting with "background:" in the last portion of the code, the Travel category will have the same header as the homepage.
PROBLEMS? Have a look at the problems-flowchart on the right (click on it to get a larger version).
PROBLEMS? Have a look at the problems-flowchart on the right (click on it to get a larger version).
WANT MORE? GOT QUESTIONS?

Discuss it at  the Dgrin Customization Forum
WANT MORE? GOT QUESTIONS?


Discuss it at the Dgrin Customization Forum
gallery pages:  <  1  2  
Photo Website Hosting by SmugMug Pro · Login · Contact · Help · Portions © 2013 SmugMug, Inc.
Show FeedsAvailable Feeds
Gallery Photos:
Atom FeedAtom | RSS FeedRSS
Comments | Info | Keywords

| hide gallery comments

New comment: Requires approval

Name: 
Email: 
Link: 


Rating: stars
To foil spammers, enter this code: copy this text in this box: Code unreadable?