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
Changing Header sizes
frontend.css
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
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