K2 heading chnage H1 font 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
Thu Jan 08, 2015 12:13 pm
Reply with quote
Report this post
Hello,
The K2 item heading is marked as H1 but the font size is displaying smaller than the H2.
The code is below suggesting they are both the same size and I'm not sure what is affecting the change in display.

How can I the font size of the H1 so it actually displays bigger than the font size of H2 please?
Code: Select all
article header h1, article header h2 {
font-size: 24px;
margin: 0 0 12px;


Kind regards
Drew
User avatar
Gold Boarder

teitbite
Fri Jan 09, 2015 10:03 pm
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Sat Jan 10, 2015 1:00 am
Reply with quote
Report this post
Good Morning,
Here is the link to the dev site online.
http://bit.ly/1AD52Xf
regards
Drew
User avatar
Gold Boarder

teitbite
Sun Jan 11, 2015 9:13 pm
Reply with quote
Report this post
Hi

Please edit file /templates/gk_john_s/css/joomla.css and remove class from line 347:

Code: Select all
article header h1, article header h2 {
    font-size: 24px;
    margin: 0 0 12px;
}
User avatar
Moderator


cron