Site logo

Archived topic

How to activate tags ,,

1 reply · Started by Philippe on February 16, 2015

Viewing posts 1–2 of 2

Hello,

How to activate tags <h4></h4>,<h5></h5>,<h6></h6> to obtain a visual rendering with your theme ?

These aspects seem not supported.

Thank you in advance

You can customize those tags using custom CSS.

For example:

h4 {
      font-size: 18px;
      font-weight: bold;
}

h5 {
      font-size: 16px;
}

h6 {
      font-size: 14px;
}

Let me know if you have any questions :)

This archived topic is closed to new replies.