Reduce the size of the article title?

Modern and unique personal portfolio Joomla template ideal for work presentation - support forum.
GK User
Sun Feb 24, 2013 10:33 am
Hi,
Can someone please help me to change the color and the font size of the article header(title) on the template please? Thanks....
User avatar
Senior Boarder

Konrad M
Mon Feb 25, 2013 7:51 am
Hi,
please add to override.css
Code: Select all
#gkComponent > div > h1, #gkComponent > div > h2, #gkComponent > div > h1 a, .blog h2, .blog h2 a, #gkComponent > div > h2 a {
color:#fff !important;
}
#gkComponent > div > h1, .blog h2, #gkComponent > div > h2 {
font-size: 45px;
}

and change both values to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Mon Feb 25, 2013 11:21 am
Thanks mate...works great.... :-)
User avatar
Senior Boarder


cron