How to change article title size on joomla articles

GK User
Mon Mar 04, 2013 12:14 pm
Hi - How can I change the default article title size on the joomla article page from h2 to h3?
Not using k2
http://questnny.com/index.php/sports/10 ... ll-classic

Thanks!
User avatar
Fresh Boarder

GK User
Mon Mar 04, 2013 10:21 pm
Hi, you want change H2 to H3 or change only font size to smaller ?
User avatar
Platinum Boarder

GK User
Mon Mar 04, 2013 10:28 pm
First choose H2->H3
you have to edit a file:
templates/gk_twn2/html/com_content/article/default.php
Find line 68 and 260 and change H2 to H3

H2 article font size
Overwrite style using this css code:
Code: Select all
 #gkComponent > div > h2,  #gkComponent > div > h2 a {
    font-size: 32px;
    line-height: 40px;
}
User avatar
Platinum Boarder


cron