PDA

View Full Version : Different sections, different look


e**
Nov-27-2008, 07:41 AM
Hi,

I'm wondering if it's possible to customize different parts of your site in different ways. For example, can I somehow insert a variable into the customization code so that the code is only used if I'm inside one category?

I have two different websites, one for my regular and portrait photography, another for weddings. Each site has it's own distinct header, and links to a different category on my smugmug site. Can I somehow match the different categories (and all the sub-categories and galleries inside it) to match the look of my different sites?

Thanks for any advice!

Allen
Nov-27-2008, 08:14 AM
Hi,

I'm wondering if it's possible to customize different parts of your site in different ways. For example, can I somehow insert a variable into the customization code so that the code is only used if I'm inside one category?

I have two different websites, one for my regular and portrait photography, another for weddings. Each site has it's own distinct header, and links to a different category on my smugmug site. Can I somehow match the different categories (and all the sub-categories and galleries inside it) to match the look of my different sites?

Thanks for any advice!
Using CSS you can define elements for each category.

general site wide
#my_banner {......
for this category only
.category_Weddings #my_banner {......