Changing font size

GK User
Sat Jan 28, 2012 7:40 pm
I am working on a site http://www.samora.no/joomla17 and I am trying to change the font size to look like how it is on the demo page for the template The World News 11. I simply do not know how to achieve this. The fonts I have now are too big especially the titles. How can I for example achieve a layout like this: http://www.cheapflightsgatwick.com/?

Any help is appreciated!
User avatar
Senior Boarder

GK User
Sun Jan 29, 2012 2:50 pm
Hi.
To decrease font size you need to open meyer.css file and find the following line:
Code: Select all
 html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;          //here you can set your font size. You can also use 'px'
vertical-align: baseline;
background: transparent;
border-image: initial;
}
User avatar
Platinum Boarder

GK User
Sun Jan 29, 2012 4:57 pm
Hi mikeMB, thank you very much for your quick reply:-) I will try this method!

Best regards,
User avatar
Senior Boarder

GK User
Sun Jan 29, 2012 5:46 pm
No problem at all.
User avatar
Platinum Boarder

GK User
Tue Mar 27, 2012 1:45 am
Where is meyer.css located in TWN2 I can't find it?
User avatar
Junior Boarder

GK User
Tue Mar 27, 2012 5:58 pm
In templates / gk_ twn2 / css / reset folder.
User avatar
Platinum Boarder


cron