-
AuthorPosts
-
alioztr Friend
alioztr
- Join date:
- September 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 44
- Thanked:
- 3 times in 1 posts
November 18, 2011 at 12:44 pm #170825Ja Travel Menu and title fonts does not work with Turkish Character.
How can change menu and title fonts to tahoma
Thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 18, 2011 at 3:14 pm #425266Hi,
You find this code from /templates/ja_travel/css/menu/mega.css
.ja-megamenu ul.level0 li.mega {
background: url(../../images/mainnav-sep.png) repeat-y right top;
padding-right: 2px;
font-family: 'UbuntuBold',Arial,Helvetica,sans-serif; < change this line
}
– You find this code from /templates/ja_travel/css/template.css
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
font-family: 'UbuntuRegular',Arial,Helvetica,sans-serif; < change this line
}alioztr Friendalioztr
- Join date:
- September 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 44
- Thanked:
- 3 times in 1 posts
November 18, 2011 at 3:18 pm #425268for tahoma font what should i do
change this line
how can i changeThanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 18, 2011 at 3:24 pm #425270You replace this code from /templates/ja_travel/css/menu/mega.css
.ja-megamenu ul.level0 li.mega {
background: url(../../images/mainnav-sep.png) repeat-y right top;
padding-right: 2px;
font-family: 'UbuntuBold',Arial,Helvetica,sans-serif;
}
with
.ja-megamenu ul.level0 li.mega {
background: url(../../images/mainnav-sep.png) repeat-y right top;
padding-right: 2px;
font-family: tahoma;
}
– You replace this code from /templates/ja_travel/css/template.css
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
font-family: 'UbuntuRegular',Arial,Helvetica,sans-serif;
}
with
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
font-family: tahoma;
}1 user says Thank You to khoand for this useful post
alioztr Friendalioztr
- Join date:
- September 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 44
- Thanked:
- 3 times in 1 posts
November 18, 2011 at 3:30 pm #425273Thanks, but tahoma bold is possible?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 18, 2011 at 3:38 pm #425274You replace this code from /templates/ja_travel/css/menu/mega.css
.ja-megamenu ul.level0 li.mega a.mega {
color: #FDD3A1;
font-size: 120%;
font-weight: normal;
padding: 8px 20px;
display: block;
}
with
.ja-megamenu ul.level0 li.mega a.mega {
color: #FDD3A1;
font-size: 120%;
font-weight: bold;
padding: 8px 20px;
display: block;
}
– You replace this code from /templates/ja_travel/css/template.css
.moduletable_content h2 {
color: #D41B41;
font-size: 180%;
font-weight: normal;
}
with
.moduletable_content h2 {
color: #D41B41;
font-size: 180%;
font-weight: bold;
}1 user says Thank You to khoand for this useful post
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by khoand 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum