-
AuthorPosts
-
G T Friend
G T
- Join date:
- September 2014
- Posts:
- 445
- Downloads:
- 223
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 3 times in 2 posts
June 12, 2013 at 8:01 am #188173Please see the attached picture. I have expalined my problem in the picture itself.
1. change font of Level to items
2. Remove lines between level 2 menu items
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
June 12, 2013 at 10:26 am #495622Need to adjust css in /templates/ja_university/css/menu/mega.css
line 40
.ja-megamenu ul.level1 li.mega { border-top: 0px solid #232b37
margin: 0;
}
make the border 0px instead of 1px.ja-megamenu ul.level1 li.mega a.mega { border: 0;
color: #333333
font-weight: normal;
padding: 8px 0;
text-transform: none;
font-size: 80%;
}add last line font-size:xx%; and adjust the xx to what you want i.e. 80%
Should do it for you!
G T FriendG T
- Join date:
- September 2014
- Posts:
- 445
- Downloads:
- 223
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 3 times in 2 posts
June 12, 2013 at 10:57 am #495629Thanks for the promtp reply. Also when I hover over the menu Item, the, menu title becomes blank (may be white color). How do I change it. see http://ittechies.in
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
June 12, 2013 at 12:58 pm #495637Same css file
Taking it that you want red for the active sub menĂ¼ – if not add your own colour or # number
line 62 change the code to the following
.ja-megamenu ul.level1 li.active a.mega.active { color: red !important;
font-weight: bold;
}line 57 for the hover and I’ve used green – you use what you want
.ja-megamenu ul.level1 li.mega a.over,.ja-megamenu ul.level1 li.mega a:hover {
color: green !important;
}G T FriendG T
- Join date:
- September 2014
- Posts:
- 445
- Downloads:
- 223
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 3 times in 2 posts
June 13, 2013 at 7:48 am #495753<em>@swissa 376475 wrote:</em><blockquote>Same css file
Taking it that you want red for the active sub menĂ¼ – if not add your own colour or # number
line 62 change the code to the following
.ja-megamenu ul.level1 li.active a.mega.active { color: red !important;
font-weight: bold;
}line 57 for the hover and I’ve used green – you use what you want
.ja-megamenu ul.level1 li.mega a.over,.ja-megamenu ul.level1 li.mega a:hover {
color: green !important;
}
</blockquote>
I tried, but no success.
Please see the code below which I have:.ja-megamenu ul.level1 li.active a.mega.active { color: #333 !important;
font-weight: bold;
}swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
June 13, 2013 at 8:03 am #495757<em>@joomlagt 376617 wrote:</em><blockquote>I tried, but no success.
Please see the code below which I have:.ja-megamenu ul.level1 li.active a.mega.active { color: #333 !important;
font-weight: bold;
}</blockquote>I can’t see the code changes in your site. This is what I see
.ja-megamenu ul.level1 li.mega a.over,
.ja-megamenu ul.level1 li.mega a:hover { color: #333333}
.ja-megamenu ul.level1 li.active a.mega.active { color: #333 font-weight: bold; }Make sure you are adjusting the right file. It should be http://ittechies.in/templates/ja_university/css/menu/mega.css
G T FriendG T
- Join date:
- September 2014
- Posts:
- 445
- Downloads:
- 223
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 3 times in 2 posts
June 13, 2013 at 12:19 pm #495782it worked. thanks
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by G T 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change font in megamenu
Viewing 7 posts - 1 through 7 (of 7 total)