How i can change 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
Mon Nov 24, 2014 10:39 am
Reply with quote
Report this post
i want to change the font size of some module's title (little smaller) , which code i need to use in custom Css code?
User avatar
Senior Boarder

GK User
Mon Nov 24, 2014 10:47 am
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Mon Nov 24, 2014 12:33 pm
Reply with quote
Report this post
Hi

thanks for your quick reply. I trying to follow up the documentation that u sent to me but my fire bug items is different with the items that u have in this document. u can see the attached file.can u tell me is it possible to change font size here or not? and why my items is different?
User avatar
Senior Boarder

GK User
Mon Nov 24, 2014 12:53 pm
Reply with quote
Report this post
sure, no problem just insert URL
and tell me about which module we are talking about.
User avatar
Platinum Boarder

GK User
Mon Nov 24, 2014 1:11 pm
Reply with quote
Report this post
www.sundedata.no
i need to change the font size from h3 to h2 (the titles that shows in big size) but i want to know how can i do it by myself too?
User avatar
Senior Boarder

GK User
Mon Nov 24, 2014 1:42 pm
Reply with quote
Report this post
find .gk-header1 h1 {font-size: 60px; }
where:
templates/gk_john_s/css/gk.stuff.css (line ~~1084)
and change from 90px to 60px like me
User avatar
Platinum Boarder

GK User
Mon Nov 24, 2014 2:14 pm
Reply with quote
Report this post
thanks, it was 92 and i changed it to 75 but it is still same!
User avatar
Senior Boarder

GK User
Mon Nov 24, 2014 2:29 pm
Reply with quote
Report this post
you changed into 70px,
please refresh browser and you will see difference like me
User avatar
Platinum Boarder

GK User
Mon Nov 24, 2014 2:33 pm
Reply with quote
Report this post
i got it, i need to do it for the others too(works,clients,awards,...) how can i do that?
User avatar
Senior Boarder

GK User
Mon Nov 24, 2014 4:32 pm
Reply with quote
Report this post
you have to do this same as me.
1) Firebug to check what and where
2) Insert changes
3) Refresh browser
User avatar
Platinum Boarder

GK User
Mon Nov 24, 2014 4:34 pm
Reply with quote
Report this post
This time:

.box.big-title .header, .box.big-title > .header {
font-size: 92px !important;
font-weight: bold !important;
line-height: 0.85 !important;
text-transform: uppercase;
}

templates/gk_john_s/css/template.css (line ~~633)
User avatar
Platinum Boarder


cron