How to edit section header's look?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
jimmychuang
Forum Members
Forum Members
Posts: 76
Joined: Sun Aug 13, 2006 5:35 pm

How to edit section header's look?

Post by jimmychuang »

How to edit section header's look?

It does't fit my menu.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: How to edit section header's look?

Post by tsw »

Download firefox, get web developer toolbar for it, open your page, from wedev toolbar select outline -> current element. hover your mouse over the desired element (in this case section header) in page note the structure at the bottom of the browser. open your css and add rules for that particular structure (you only need two or three levels read backwards from the structure)

it might be something like

html > body > #content > #menu > ul >li > h3.sectheader

so your css would then be

#menu ul li h3 {
font-size:50%;
}

hope this helps
Post Reply

Return to “Layout and Design (CSS & HTML)”