-
AuthorPosts
-
August 15, 2009 at 8:22 am #143476
Hi how can I change the automatic upper case letters in the top menu to lower case letters ? Thanks, Reinhard
mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
August 15, 2009 at 8:31 am #314365Hello,
templates/ja_quartz/ja_menus/ja_cssmenu/ja.cssmenu.css
find line no 80 with the code:
#ja-cssmenu li a {
color:#586C0A;
display:block;
font-size:110%;
font-weight:bold;
padding:30px 15px;
text-decoration:none;
text-transform:uppercase;
}Change it to:
#ja-cssmenu li a {
color:#586C0A;
display:block;
font-size:110%;
font-weight:bold;
padding:30px 15px;
text-decoration:none;
text-transform:lowercase;
}Regards,
Mihir Chhatre.August 15, 2009 at 12:10 pm #314371I tried it but there is no result. The top menu comes with the same style like before. I tried to rename the ja.cssmenu.css file to see if the site will react, but there is no reaction. Could it be that there is an other file to change?
Thanks, Reinhard
Here is the code:/* STYLING THE MENU
———————————–*/
/* 1st level */
#ja-cssmenu li a {
display: block;
text-decoration: none;
font-size: 110%;
color: #586C0A;
padding: 30px 15px;
font-weight: bold;
text-decoration:none;
text-transform:lowercase;
}mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
August 15, 2009 at 1:30 pm #314372Hello,
Can you post a live link, because I tried doing that and it worked on my side.
Regards,
Mihir Chhatre.August 15, 2009 at 1:55 pm #314374Hi again, thanks for your help:
http://www.sfh.at/V15 (site is in progress)
I mean the icons at the Top Menu, right of the logo for example: “SFH+ BILDKOMMUNIKATION” to “sfh+ bildkommunikation”
Greetings, Reinhardmihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
August 15, 2009 at 1:59 pm #314376Hello,
Open this file:
http://www.sfh.at/V15/templates/ja_quartz/ja_menus/ja_splitmenu/ja.splitmenu.cssFind Line no. 30
#ja-splitmenu a {
color:#586C0A;
display:block;
float:left;
font-size:110%;
font-weight:bold;
padding:30px 15px;
text-decoration:none;
text-transform:uppercase;
}Change it to:
#ja-splitmenu a {
color:#586C0A;
display:block;
float:left;
font-size:110%;
font-weight:bold;
padding:30px 15px;
text-decoration:none;
text-transform:lowercase;
}Regards,
Mihir Chhatre.August 15, 2009 at 7:48 pm #314409Mihir, thanks, but it didn`t work. Sorry, for stressing you… :confused:
Regards, Reinhard -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by reinif 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum