Change 'paragraph' font size to matchH5 size in John Tempate

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
Wed Sep 24, 2014 3:57 pm
Reply with quote
Report this post
Hello,
Can I have the css override code to chanage the default paragraph <p> font size to mate the H5 font < h5>size please? (I'm sure its simple when you know how :whistle: )
Kind regards
Drew
User avatar
Gold Boarder

GK User
Fri Sep 26, 2014 4:16 pm
Reply with quote
Report this post
Hello,

Please use the following code in this case:

Code: Select all
p {
font-size: 17px!important;
}
User avatar
Administrator

GK User
Sat Sep 27, 2014 12:35 am
Reply with quote
Report this post
Hello,
Thanks for that, so much easier to read.
    I should have mentioned that I would like the same size to be for ordered and unordered lists too please - basically - change the size of the base paragraph font for the entire site.
Can I get that modification pleas?
Kind regards
Drew
User avatar
Gold Boarder

GK User
Sat Sep 27, 2014 9:00 pm
Reply with quote
Report this post
In this case please use the following code:

Code: Select all
p,
ul li,
ol li {
font-size: 17px!important;
}
User avatar
Administrator


cron