Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • inventive_vision Friend
    #190804

    Hello everyone… I hope that you all in a good condition
    I was wandering how to change the font size of the main menu the main section and the child one in this template
    thanks in advanced for your help

    phong nam Friend
    #506620

    Hi inventive_vision,

    On T3 templates, we use the .less files to store the defined css styles of the template layout. It will be quitely not simple to edit and easy to be overridden while updating the template, so that i suggest you to create a custom.css file at templates/ja_beranis/css/ path, then put below codes into:

    /* Parent menu item font-size*/
    .t3-mainnav .navbar .nav>li>a {
    font-size: 11px;
    }

    /* First level child menu item font-size*/
    .t3-megamenu .mega-group .mega-nav > li a,
    .t3-megamenu .dropdown-menu .mega-group .mega-nav > li a {
    font-size: 13px;
    }

    Change to your desired font-size value.

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

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 11 years, 1 month ago.

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