making custom divs for page templates
-
Hi
I am using a woo theme called the Station. When I make a new page and add it to the top nav, I want to change the way the H2 behaves only on certain pages.
I have this code to control the way the h2 behaves
#page h2.title {
margin: 0 0 25px;
}And I thought if I could make a new div id:
#page bulletpoint h2.title {
margin: 0 0 25px 39px;
}I would be able to place it into the page and control the way it works. So far no luck though. I am unsure who to modify the HTML. Is this a page template thing? Does it need a conditional statement?
Thanks for any help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘making custom divs for page templates’ is closed to new replies.