Page 1 of 1

Changing Header sizes

Posted: Mon 16. Oct 2006, 06:55
by Gig
Hi

I am still new to phpwcms and have as small problem.

My Header text size for articles are very big and I want to decrease it. But, I cant find which file it is in.

Does anyone know how i can do this?

Thanks in advance.

Gig

frontend.css

Posted: Wed 25. Oct 2006, 15:23
by Ren.Hoek
Hi,

it is in the css files inside phpwcms_template/inc_css but I'm not sure at the moment wether it is frontend.css or article.css.

Check in the page-source of your page which selector is around the headline you want to change (e.g. <h1 class="articleHead"...) and look it up in those css files...

Cheers Ren