-
AuthorPosts
-
December 10, 2009 at 11:42 am #146749
Hello,
that it would like the fonts are not as HOME – WORLD – HEALTH etc.
but under categories such as MOVIES – FOOD & DRINK is written large.
I would like Home – World – Health, etc., the categories Movies – Food and Drink – Games that way.
Can someone tell me where I can adjust?Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
December 10, 2009 at 12:16 pm #326294Which menu type are you using? Your site url please.
Arvind
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
December 10, 2009 at 2:54 pm #326301Hello usterali,
For parent items in main menu look in css-file of menu you use; default is dropline.css
(ja_teline_iii/css/menu/dropline.css)#jasdl-mainnav a {
display: block;
float: left;
text-decoration: none;
padding: 10px;
color: #000;
text-transform: UPPERCASE;
}Change to text-transform: none; or delete line
For sub-items look in template.css.
find these lines#ja-subnav .main {
font-family: Arial, sans-serif;
font-size: 92%;
text-transform: UPPERCASE;
z-index: 10;
line-height: 1;
border-bottom: 1px solid #ccc;
}Change to text-transform: none; or delete line.
Good luck.
1 user says Thank You to micrantha for this useful post
December 12, 2009 at 12:14 pm #326377Hello, first time thanks for your help.
Today I downloaded the JA Teline III – Stable 1.4 and quickstart instaled. But book now, you can not use the drop down menu?
Now I can not, as you have said ir inder dropline.cssu nd it template.css change.
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
December 18, 2009 at 7:24 am #326902Hello usturali,
Indeed, version 1.4 has a bug in Menu Style Configuration.
But take a look at this thread.
Especially this post by user Gray.Succes,
Micranthamadeline63 Friendmadeline63
- Join date:
- January 2010
- Posts:
- 92
- Downloads:
- 0
- Uploads:
- 30
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
June 25, 2010 at 9:03 am #348075hi, micrantha
thanks for your suggestion, however it not work for me.
the HOME – WORLD – HEALTH is still there, and the sub navigation as well.by the way do anyone know how to remain the home page font size just as defult , but change the articles content font size to 14.4px.
i do change fs3 to 14.4px, but it change homepage as well.any idea?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 30, 2010 at 9:22 am #348500You try to use the !important attribute if you would like to override original attribute;
for example
#ja-subnav .main {
font-family: Arial, sans-serif;
font-size: 14px!important;
text-transform: UPPERCASE;
z-index: 10;
line-height: 1;
border-bottom: 1px solid #ccc;
} -
AuthorPosts
This topic contains 7 replies, has 5 voices, and was last updated by Saguaros 14 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum