Page 1 of 1

Multiple style sheets?

Posted: Tue Jun 24, 2008 11:02 am
by jrib
I'd like to be able to develop some custom style sheets and apply them to selected pages. The additional style sheet would have unique style names which did not conflict with (unless we intentionally wanted to overrule of course) the base style sheet styles for a given page. Is this possible to do?

Re: Multiple style sheets?

Posted: Tue Jun 24, 2008 1:13 pm
by jmestep
Yes, that is possible. Just make a different folder in the App_Themes for each one, then for each category/product, pick a different theme.

Re: Multiple style sheets?

Posted: Tue Jun 24, 2008 2:09 pm
by jrib
jmestep wrote:Yes, that is possible. Just make a different folder in the App_Themes for each one, then for each category/product, pick a different theme.
Thanks, Judy-- appreciate the input. D

I can see how that would work, but do you know if one can edit the source code directly and add a link to a 2nd style sheet that way?

Re: Multiple style sheets?

Posted: Wed Jul 09, 2008 7:50 am
by jrib
Can someone shed any further light as to whether/how one can work with multiple style sheets for a given theme? I'd prefer not to have to duplicate and switch in/out multiple files and it would be much easier to just add/edit my own set of custom styles on a page by page basis.