Page 1 of 1

Customizing header for each category

Posted: Fri Sep 16, 2011 12:30 am
by mikebill212
I have analyzed AC and it seems that there is only single page "category.aspx" for all category dynamic page. I have category A, B, C and all are redirecting to the same physical page. i.e. category.aspx. I have assigned header to category.aspx and same header is being displayed for category A, B and C but i want to use separate header for each category (A, B and C) but currently i am not able to do that.

Re: Customizing header for each category

Posted: Sat Sep 17, 2011 11:47 am
by euroluxantiques
Have you thought about applying different themes to your category pages? You can assign different themes to each category and then setup different CSS in each theme to alter the display. I have done that on my site:

Theme EuroLux:

http://www.euroluxantiques.com/French-A ... iture.aspx

Theme EuroAsia:

http://www.euroluxantiques.com/Chinese- ... oires.aspx

The only difference between these 2 pages is the different themes applied and their respective CSS, which changes the images/backgrounds that I'm showing. Otherwise, it's exactly the same. Maybe this would work for you.