Creative - Modify paragraph font size to H5 size

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
Mon Feb 24, 2014 11:37 am
Reply with quote
Report this post
Hello,

Creative is a great template - really pushes my thinking and I'm learning a lot - thanks. Trouble is I need glasses to read the paragraph font size. :lol:

    Can you provide the override code to increase the 'paragraph text size', to match the 'H5 text size' please?

Kind regards
Drew
User avatar
Gold Boarder

GK User
Mon Feb 24, 2014 11:54 am
Reply with quote
Report this post
Could You please post an url to your site?
On whole page or just some modules?
User avatar
Moderator

GK User
Sat Mar 01, 2014 8:50 am
Reply with quote
Report this post
Hello,

I'd like to increase the standard 'paragraph' font size, site wide, to the same font size as 'H5' please.

We're currently in online DEV mode but happy to PM you the details.

Kind regards
Drew
User avatar
Gold Boarder

GK User
Sat Mar 01, 2014 9:06 am
Reply with quote
Report this post
Please send me a PM with:
1. URL to your website
2. login and password of user with login privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Tue Mar 11, 2014 6:03 pm
Reply with quote
Report this post
I have checked your site twice last few days and cant load it:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
User avatar
Moderator

GK User
Thu Mar 13, 2014 9:47 am
Reply with quote
Report this post
Hello,
That's something I'm chasing the host with - simply reloading the page gets you past the error and into the site. I'll go have another look.

kind regards
Drew
User avatar
Gold Boarder

GK User
Mon Mar 17, 2014 10:36 am
Reply with quote
Report this post
Sorry for late response...
Please edit: /templates/gk_magazine/css/override.css and add at its end:
Code: Select all
body p {font-size: 18px;}


If you would like to change line height of the paragraph:
Code: Select all
body p {font-size: 18px; line-height: 1.8em;}


Same if you would like to change h2 sizes:
Code: Select all
body h2 {font-size: 27px; line-height: 1.4em;}


But... First of all - please check if you don't have zoom settings changed in your browser. Standard paragraph font size is 17px which is quite huge.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron