Hi Asif,
To change header tag for module title, you just open the back-end setting of the module, go to "Advanced" tab and change the header tag from h3 to h2. But you may have to change font size a little bit. The font size style for module title is in module.less file (templates/t3_bs3_blank/less).
// Module Title
// ------------
.module-title {
background: @t3-module-title-bg;
color: @t3-module-title-color;
font-size: @font-size-large;
margin: 0 0 (@line-height-computed / 2) 0;
padding: @t3-module-title-padding;
// Larger margin on Tablet / Desktop
@media screen and (min-width: @screen-sm) {
margin-bottom: @line-height-computed;
}
}
Check attached images to see how to configure.
Gardner.