Dear thambi yousuf,
all the sj category modules titles are so big in firefox and ie and is there any short cut to make is smaller and use a mix of capital and small letters instead of very bold header fonts
=>
We see that the title of modules is related to your template css.
Please go to "templates/gk_esport/css/template.css", finding:
.box h3.header, .box_menu h3.header, .box_text h3.header {
color: #333333;
font-size: 22px;
font-weight: normal;
line-height: 22px;
margin-bottom: 21px;
text-transform: uppercase;
}
change to
.box h3.header, .box_menu h3.header, .box_text h3.header {
color: #333333;
font-size: your mean;
font-weight: normal;
line-height: 22px;
margin-bottom: 21px;
text-transform: uppercase;
}
Thanks