We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Asif
  2. General Discussion
  3. Thursday, 17 April 2014
  4.  Subscribe via email
Hello Experts,

I want to use h2 tag for all module title instead of h3 tag. Is it possible to add an extra class in h2 tag in t3_bs3_blank template???

Thanks in advance.

Asif Al Islam
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
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.
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Luna for your reply.

Best Regards
Asif Al Islam
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Anytime Asif ;)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.