using multiple styles for the site-title and description
-
I am working on a theme (started from _S framework) right now that utilizes a static front page and a set of dynamic pages. The static front page needs to show the site-title and site-description with a different size/style than the dynamic pages. at the moment I am using the following code to make the static page show up differently than the dynamic pages:
.home h1.site-title a { color: #fff; font-size: normal; }
but the issue is that when I start styling the dynamic pages I am changing the static page at the same time. Can anyone point me in the right direction?
on a side note the site-description and a few hidden elements are all that really needs to be different from the dynamic page so I would like to avoid a separate template for just that single static page if possible.
- The topic ‘using multiple styles for the site-title and description’ is closed to new replies.