Can't increase fontsize in body in template.css

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Apr 14, 2013 11:36 am
Reply with quote
Report this post
I have tried to increase the fontsize and change the text color in body by editing template.css. Nothing happends (but it is OK to edit the font-weight, for example). Have also tried to enable and use the override.css for the same puruses, but no sucess. I can increase or decrease the h1, h2... settings by editing the template.css. No problems to change fonts by using the template manager.
User avatar
Fresh Boarder

GK User
Sun Apr 14, 2013 8:09 pm
Reply with quote
Report this post
Hi,
probably you added/changed in wrong place.

Default body font size

Code: Select all
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    min-height: 100%;
    padding: 0;
    word-wrap: break-word;
}


There is a easy way. Add
body { font-size: 15px !important; color: #000; }
here
custom-2-code.png



If you still have problems just ask, remember to insert URL, this will help me.
User avatar
Platinum Boarder

GK User
Mon Apr 15, 2013 7:48 am
Reply with quote
Report this post
Thank you for the quick reply and tip. I had to be more specific in my question: In this way you can't increase the fontsize in the frontpage nor change the text colour. There must be another css file for that somewhere. Not much to see, still under rebuildning: http://www.degerforsaren.se.
User avatar
Fresh Boarder

GK User
Mon Apr 15, 2013 9:57 pm
Reply with quote
Report this post
body font doesn't mean that all modules or components views will get it - this is normal when you use advanced templates where module stylesheets overwrite template.css . I thought, you know that.
See screenshot below you will see what I mean.
fonts.png


Now you know where to search it, and how to change it.
User avatar
Platinum Boarder

GK User
Mon Apr 15, 2013 10:01 pm
Reply with quote
Report this post
p.s. Before you ask again, right column module
User avatar
Platinum Boarder

GK User
Fri Apr 19, 2013 8:02 pm
Reply with quote
Report this post
Thank you once again for a proper answer. The problem is not that I ask questions. The problem is the lack of documentation for your superb templates and modules :)
User avatar
Fresh Boarder


cron