-
AuthorPosts
-
freissmann Developer
freissmann
- Join date:
- February 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 71
- Thanks:
- 79
- Thanked:
- 29 times in 1 posts
October 23, 2013 at 2:01 pm #191639I try to change font size of grouped sub menu titel by adding class – however it then applies changes to next level.
What are the correct adjustments to change just groups titel?
Thanks in advance!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 23, 2013 at 3:31 pm #509997Sot hat I can try to best assist you, please provide the url of the site you’re working on,
as well as one of the following:
– If you’re using J2.5 version, set “Optimize CSS” to “No” within your Template Manager–General settings
– If you’re using J3.0 version, set site to “Development Mode” within your Template Manager–General settingsfreissmann Developerfreissmann
- Join date:
- February 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 71
- Thanks:
- 79
- Thanked:
- 29 times in 1 posts
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 28, 2013 at 10:10 am #510380Hi freissmann,
You can change the font-size of sub-menu on JA Brisk template by putting below overridden css styles into templates/ja_brisk/css/custom.css file:
/*Font-size of JA Brisk sub-menu*/
.t3-megamenu .dropdown-menu .mega-nav li > a {
font-size: 12px;
}/*Font-size of group titles of sub-menu on JA Brisk */
.t3-megamenu .mega-nav .mega-group > .mega-group-title,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
font-size: 16px;
}
Change the font-size value you want.AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by phong nam 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change font-size of sub-menu in mega menu
Viewing 4 posts - 1 through 4 (of 4 total)