In my site I am stick with some CMS. In my cms there is some sticky layout. Now My client needs two different look on it.
So when I am on "homepage" my DIV class test show different and when I am on other page so that same class work different.
This is for home page .test { some data }
This is for Other Page .test { some data some data }
So is there any way to make condition in css that if my URL is homepage so call this otherwise call this.