Twenty Twelve Page specific styles
-
Hi everyone –
I have developed a number of sites using Twenty Eleven. I’m familiar with using child themes, etc. For a new project, I’m checking out Twenty Twelve.
I’m having the hardest time with the simplest thing – making template specific styles. In the past, I’ve created a custom page template, created a custom header and pointed that header at a specific stylesheet.
I’m completely lost as to how to do this in this new setup. I also was trying to create page specific styles, but I don’t seem to be able to create them.
Here is a sample page: https://69.195.124.71/~indusuf6/company/
I tried using this:
.page-template-page-inner-php body {background: none repeat scroll 0 0 #000;}
and.template-page-inner body {background: none repeat scroll 0 0 #000;}
Neither worked.The page template name is page-inner
I don’t want to have to use the page ID, because I’m going to have a number of different pages, and this won’t be extensible. I really want it to be by page template.
Any help would be greatly appreciated. Thanks in advance!
- The topic ‘Twenty Twelve Page specific styles’ is closed to new replies.