-
AuthorPosts
-
June 19, 2012 at 5:21 pm #178317
Hi,
like shown in the screenshot, im editing the mega menu css with custom fonts in the /templates/css/mega.css file.
But i cant find any css code which changes the behavior of the menut title.
i dont want the title like Home,Typography, Explore in Bold, and i want to change the base color into black.Cant find any option for them in the mega.css
helpy 😀
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 19, 2012 at 5:58 pm #458081please post your site Url please
June 19, 2012 at 6:01 pm #458082I dont have any site url
because im testing on my local serverchavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 19, 2012 at 6:23 pm #458084go to this file: /plugins/system/jat3/base-themes/default/css/menu/mega.css
Replace this code
.ja-megamenu ul.level0 li.mega a.mega { display: block; font-weight: bold; line-height: normal; margin: 0; padding: 8px 15px; text-decoration: none; }
With
.ja-megamenu ul.level0 li.mega a.mega { display: block; font-weight: normal; line-height: normal; margin: 0; padding: 8px 15px; text-decoration: none;
color:#333; }Note: If you Find my Post useful please click on the Thanks Icon
June 19, 2012 at 6:27 pm #458085thanks man,
its working 🙂
<em>@Chavan 326247 wrote:</em><blockquote>go to this file: /plugins/system/jat3/base-themes/default/css/menu/mega.css
Replace this code
.ja-megamenu ul.level0 li.mega a.mega { display: block; font-weight: bold; line-height: normal; margin: 0; padding: 8px 15px; text-decoration: none; }
With
.ja-megamenu ul.level0 li.mega a.mega { display: block; font-weight: normal; line-height: normal; margin: 0; padding: 8px 15px; text-decoration: none;
color:#333; }Note: If you Find my Post useful please click on the Thanks Icon</blockquote>
June 19, 2012 at 6:40 pm #458089Ok,
now
bad question but im really new to it:I replaced the code u mentioned, and every menu item has normal fontweight and dark color.
but there isnt any mouse over effect.
I want all active menu items in ” color: #adcc33” and every menu item on hover “color: #adcc33”
i tried to insert color parameter into
.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over {
color: #adcc33
}
but that doesnt do itchavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 19, 2012 at 6:47 pm #458092Go to this css : /templates/ja_t3_blank/css/menu/mega.css
Replace this code
.ja-megamenu a.over, .ja-megamenu a.active { color: #333 !important; }
With
.ja-megamenu a.over, .ja-megamenu a.active { color: #adcc33 !important; }
Note: If you Find my Post useful please click on the Thanks Icon
June 19, 2012 at 7:36 pm #458101Ok, last question,
where is the css to remove the top and bottom borders of the megamenu ?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by chavan 12 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Mega Menu –> where to find the css for menu title?
Viewing 9 posts - 1 through 9 (of 9 total)