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