-
AuthorPosts
-
djtaylor Friend
djtaylor
- Join date:
- August 2011
- Posts:
- 146
- Downloads:
- 0
- Uploads:
- 35
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
August 23, 2011 at 9:12 am #167704i have this theme and would like to change the font how do i do this thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 23, 2011 at 9:28 am #407838What section do you want to change font? What font do you change? Could you give me a snapshot with your comment is very helpful?
djtaylor Frienddjtaylor
- Join date:
- August 2011
- Posts:
- 146
- Downloads:
- 0
- Uploads:
- 35
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
August 23, 2011 at 11:35 am #407866i would like to change the main font for every text
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 23, 2011 at 11:46 am #407871You change this code from /templates/ja_methys/css/template.css in the line #91, #97
h2.contentheading, .contentheading {
font-size: 250%;
font-weight: normal;
margin: 0;
font-family:.... ; < add this line
}.item h2.contentheading {
font-size: 150%;
font-family:.... ; < add this line
}djtaylor Frienddjtaylor
- Join date:
- August 2011
- Posts:
- 146
- Downloads:
- 0
- Uploads:
- 35
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
August 24, 2011 at 3:09 pm #408175so if i want verdana font it will be like this?
h2.contentheading, .contentheading {
font-size: 250%;
font-weight: normal;
margin: 0;
font-family: verdana;
}.item h2.contentheading {
font-size: 150%;
font-family: verdana;
}Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 24, 2011 at 3:16 pm #408181There is also a font setting in the template manager. You can pick any of of the google fonts and apply them. Make sure you tick the custom css box for it to work.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 25, 2011 at 4:55 am #408299I think I have a simpler solution. You replace this code from /templates/ja_methys/css/template.css
body {
color: #333;
font-family: Georgia, "Times New Roman", Times, serif;
}
with
body {
color: #333;
font-family: verdana, Georgia, "Times New Roman", Times, serif;
}
<em>@djtaylor 262162 wrote:</em><blockquote>so if i want verdana font it will be like this?h2.contentheading, .contentheading {
font-size: 250%;
font-weight: normal;
margin: 0;
font-family: verdana;
}.item h2.contentheading {
font-size: 150%;
font-family: verdana;
}</blockquote>Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 25, 2011 at 6:18 am #408317Is there a simpler solution than changing things in the template manager.
Which font would you like djtaylor?
djtaylor Frienddjtaylor
- Join date:
- August 2011
- Posts:
- 146
- Downloads:
- 0
- Uploads:
- 35
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
September 21, 2011 at 10:52 am #414109i would like to change every font to Tahoma on the template apart from the red highlited area please how would i do this thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 21, 2011 at 11:00 am #414112<em>@djtaylor 269449 wrote:</em><blockquote>
i would like to change every font to Tahoma on the template apart from the red highlited area please how would i do this thanks</blockquote>
You change this code from /templates/ja_methys/css/template.css
a.ja-mass-top-banner {
font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif; < change this line
font-size: 750%;
text-decoration: none;
color: #111;
line-height: 1;
}djtaylor Frienddjtaylor
- Join date:
- August 2011
- Posts:
- 146
- Downloads:
- 0
- Uploads:
- 35
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
October 11, 2011 at 12:08 pm #418441hi i wanted to change every font to “tahoma” apart from the “music & lifestyle” but its still the same font for everything so this must be wrong
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 11, 2011 at 12:55 pm #418450You find this code from /templates/ja_methys/css/template.css
body {
color: #333;
font-family: Georgia, "Times New Roman", Times, serif; < change this line
}djtaylor Frienddjtaylor
- Join date:
- August 2011
- Posts:
- 146
- Downloads:
- 0
- Uploads:
- 35
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
October 12, 2011 at 7:34 am #418667hi i changed that line and my website went like these
so i changed it back yesterday and woke up this morning and still like this whats the problem?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 12, 2011 at 7:44 am #418668Hi,
In your screen shot i can not notice any problem, so could you please explain more detail ?
Thanks
Viet Vukhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 12, 2011 at 7:53 am #418672Could you give me a link to your website?
AuthorPostsThis topic contains 32 replies, has 4 voices, and was last updated by khoand 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum