Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • freissmann Developer
    #191639

    I 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!


    1. megamenu
    TomC Moderator
    #509997

    Sot 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 settings

    freissmann Developer
    #510063

    Hi Tom,
    site is based on J2.5.14 and T3 Version 1.4.1; Developer Mode is ON.
    Site can be found here.

    phong nam Friend
    #510380

    Hi 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.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  phong nam 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum