overide font size

GK User
Sat Aug 03, 2013 11:31 pm
Hi how do over ride the template making my html module text bigger than what I want and the spaces between the lines are too big too I would like the txt and space between the lines smaller like what I have in my html module before I publish it ?
User avatar
Gold Boarder

GK User
Sun Aug 04, 2013 3:39 pm
Hi,
to override CSS styles use this tip: http://www.gavick.com/documentation/joo ... -template/

Just add new suffix + class definition with bigger font, for example

Code: Select all
.big { font-size:150% !important; line-height:150%;}



I suppose that you know basic of CSS. :mrgreen:
User avatar
Platinum Boarder


cron