styling blog_entry's .pageSection h1 effects entire site?
Permalink
Is class="pageSection" something that affects all over the place within Concrete5?
I just tried to style the blog_entry and since everything is in a div class of "pageSection," I thought it would be pretty easy.
.pageSection h1, h2 { margin:.5em, 0em; }
.pageSection p, h3, h4 { margin: 1em, 0em; }
But, unfortunately, the PageList that grabs the latest blog_entries decided to pull in that styling... even though the PageList is not in any div with a class of "pageSection."
Why is this happening?
I just tried to style the blog_entry and since everything is in a div class of "pageSection," I thought it would be pretty easy.
.pageSection h1, h2 { margin:.5em, 0em; }
.pageSection p, h3, h4 { margin: 1em, 0em; }
But, unfortunately, the PageList that grabs the latest blog_entries decided to pull in that styling... even though the PageList is not in any div with a class of "pageSection."
Why is this happening?