Decrease size article titles

GK User
Thu Jan 12, 2012 11:03 pm
Hi there!

I'm trying to decrease the titles of the articles

http://fundacionpdvictorsastre.com.mialias.net/index.php/noticias-left/49-el-diputacion-de-avila-smilekers-echa-a-andar

I tryed making changes on teemplate.css, but I can change everything but this titles.

Can you help me?
Thanks!
User avatar
Senior Boarder

teitbite
Fri Jan 13, 2012 2:22 am
Hi

Please try add this code to css and modificate than:

Code: Select all
#gkComponent > div > h2 a {
    color: #FFFFFF !important;
    font-size: 20px;
}
User avatar
Moderator

GK User
Fri Jan 13, 2012 1:04 pm
Thanks!
User avatar
Senior Boarder

GK User
Fri Jan 13, 2012 1:21 pm
And how I can change the size of the category tittle (see pic)

Image

and the space between title and table?

Thank you soooooo much!
:?
User avatar
Senior Boarder

teitbite
Fri Jan 13, 2012 8:52 pm
Hi

Try with this code:

Code: Select all
#gkComponent > div > h1, .blog h2, #gkComponent > div > h2 {
    font-size: 30px;
    line-height: 30px;
}

.cat-items {
    margin-top: 0;
}
User avatar
Moderator

GK User
Sat Jan 14, 2012 5:43 pm
Perfect! Thanks!
User avatar
Senior Boarder

teitbite
Sun Jan 15, 2012 1:13 am
Hi

No problem. Glad I could help.
User avatar
Moderator


cron