Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • obiettivospiagge Friend
    #866098

    Hi,
    how I can change the font size of the menu?
    How I can delete the number of the menu? I tried to create a custommegamenu.css file with the code
    .t3-megamenu > .navbar-nav > li:nth-child(1) > a:before {
    content: "";
    }
    .t3-megamenu > .navbar-nav > li:nth-child(2) > a:before {
    content: "";
    }

    but it doesn’t work

    Danilo

    pavit Moderator
    #866230

    Hi

    First of all you should create a file named custom.css in this folder /templates/ja_charity/css

    Then add to it :

    1) font size

    .navbar-default {
        font-size:xxpx!important;
    }

    change xx option with desired font size

    2) numbers on menu

    .t3-megamenu > .navbar-nav > li:nth-child(1) > a:before{ display: none!important; }
    .t3-megamenu > .navbar-nav > li:nth-child(2) > a:before{ display: none!important; }
    .t3-megamenu > .navbar-nav > li:nth-child(3) > a:before{ display: none!important; }
    .t3-megamenu > .navbar-nav > li:nth-child(4) > a:before{ display: none!important; }
    .t3-megamenu > .navbar-nav > li:nth-child(5) > a:before{ display: none!important; }
    .t3-megamenu > .navbar-nav > li:nth-child(6) > a:before{ display: none!important; }
    .t3-megamenu > .navbar-nav > li:nth-child(7) > a:before{ display: none!important; }
    .t3-megamenu > .navbar-nav > li:nth-child(8) > a:before{ display: none!important; }
    .t3-megamenu > .navbar-nav > li:nth-child(9) > a:before{ display: none!important; }

    Best regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 8 years, 10 months ago.

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