Page 1 of 1

CSS definition only for home page

Posted: July 22nd, 2010, 6:25 pm
by Modeling Wiki
Great skin.

I want to design a set of css instructions that only executes for the home page. For example, I want a bigger header, a background image, etc. Once the user navigates away from the home page, I want to use my standard css. How can I do this, I know you can set conditions based on browsers but what about just the home page?

Re: CSS definition only for home page

Posted: August 5th, 2010, 6:07 pm
by Paul
You could, check the bldy tag:

<body class="mediawiki ltr ns-0 ns-subject page-Home skin-gumax">

So add page class in front of tag that you want to change..........