-
AuthorPosts
-
alioztr Friend
alioztr
- Join date:
- September 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 44
- Thanked:
- 3 times in 1 posts
January 27, 2011 at 3:14 pm #159403I want to change menu font and module title font.
Because this font very bad with turkish language. we have character problem.How can i change this font with tahoma or verdana
Thankspelevin Friendpelevin
- Join date:
- December 2009
- Posts:
- 3
- Downloads:
- 53
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
alioztr Friendalioztr
- Join date:
- September 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 44
- Thanked:
- 3 times in 1 posts
February 22, 2011 at 11:51 am #377936I did what you said, but mainpage menu font still old font, if you click any menu, new pages open with new font,
if you click home button or return to main page font does not change with new one.In internet explorer shows font what i said but in firefox or google chrome no problem.
What should i do
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 24, 2011 at 7:18 am #378238/templates/ja_teline_iv/css/menu/mega.css
from
#ja-megamenu ul.level1 { font-family: Arial, sans-serif; }
change to
#ja-megamenu ul.level1 { font-family: tahoma, verdana; }
from
.ja-megamenu .group-title a.mega span.menu-title {
color: #000;
text-transform: uppercase;
font: bold 125%/normal "Arial Narrow", Arial, serif;
background: none !important;
padding-left: 0 !important;
}change to
.ja-megamenu .group-title a.mega span.menu-title {
color: #000;
text-transform: uppercase;
font-family: tahoma, verdana;
background: none !important;
padding-left: 0 !important;
}from
.ja-megamenu .group-content .group-title a.mega > span.menu-title {
color: #fff;
text-transform: uppercase;
font: bold 100% "Arial Narrow", Arial, sans-serif;
background: none !important;
padding-left: 0 !important;
}change to
.ja-megamenu .group-content .group-title a.mega > span.menu-title {
color: #fff;
text-transform: uppercase;
font-family: tahoma, verdana;
background: none !important;
padding-left: 0 !important;
}Remember backup this file before you change anything.
1 user says Thank You to Ninja Lead for this useful post
petrahk Friendpetrahk
- Join date:
- March 2009
- Posts:
- 145
- Downloads:
- 8
- Uploads:
- 10
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
February 26, 2011 at 11:34 am #378533For me it does not work. I succedeed to change the font only on the homepage menu. When I click e.g. on “TECH”, the menu uses old font. I changed menu.css as described above, but no effect… :((
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 28, 2011 at 2:51 am #378718Please give me your site URL for further checking.
petrahk Friendpetrahk
- Join date:
- March 2009
- Posts:
- 145
- Downloads:
- 8
- Uploads:
- 10
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
February 28, 2011 at 8:02 am #378774http://www.hypozurnal.cz
Thank you!Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 28, 2011 at 8:33 am #378787You could use the google fonts built in to the template manager. Simply select the profile for which you wish the new font to appear and use the settings in the template manager. Make sure you tick the custom css box or in some cases the font wil not appear.
petrahk Friendpetrahk
- Join date:
- March 2009
- Posts:
- 145
- Downloads:
- 8
- Uploads:
- 10
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
February 28, 2011 at 9:29 am #378803Thank you, Phill, but I would like to have Arial font, which is not included in the template option.
I also dont see the font setting for “magazine”. Thanx.jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 28, 2011 at 9:43 am #378808From what I can see, the menu is using “Arial, Verdana”
As for the Module titles, I see that you have attempted to change it but used
Font: Arial, Verdana
try
Font-Family: Arial, Verdana
insteadCheers
petrahk Friendpetrahk
- Join date:
- March 2009
- Posts:
- 145
- Downloads:
- 8
- Uploads:
- 10
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
February 28, 2011 at 9:53 am #378813<em>@jsliao 224328 wrote:</em><blockquote>From what I can see, the menu is using “Arial, Verdana”
As for the Module titles, I see that you have attempted to change it but used
Font: Arial, Verdana
try
Font-Family: Arial, Verdana
insteadCheers</blockquote>
Thanks, but what about the “magazin” font, when I click on e.g. “tech” ? It is again Arial Narrow… Any suggestions?jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 28, 2011 at 9:58 am #378814sorry i cant read the site. can you be more detailed as to where to click to reach the ‘tech’ portion?
petrahk Friendpetrahk
- Join date:
- March 2009
- Posts:
- 145
- Downloads:
- 8
- Uploads:
- 10
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
February 28, 2011 at 10:01 am #378816<em>@jsliao 224334 wrote:</em><blockquote>sorry i cant read the site. can you be more detailed as to where to click to reach the ‘tech’ portion?</blockquote>
Ahh, sorry, TECH does not exist anymore. Try to click on “Life”. The “magazine” menu will then use Arial Narrow again. I deleted this font folder in Teline Template, but THE FONT IS STILL IN MAGAZINE MENU. >:(
thanks.jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 28, 2011 at 10:04 am #378819can you disable CSS compression so I can help you see which are the offending CSS files
petrahk Friendpetrahk
- Join date:
- March 2009
- Posts:
- 145
- Downloads:
- 8
- Uploads:
- 10
- Thanks:
- 38
- Thanked:
- 3 times in 1 posts
February 28, 2011 at 10:10 am #378821<em>@jsliao 224339 wrote:</em><blockquote>can you disable CSS compression so I can help you see which are the offending CSS files</blockquote>
It is disabled now.
-
AuthorPosts
This topic contains 24 replies, has 6 voices, and was last updated by petrahk 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum