Reply To: How to activate tags ,,

Home Forums Support How to activate tags ,, Reply To: How to activate tags ,,

Home Forums Support How to activate tags ,, Reply To: How to activate tags ,,

#75609
Tom
Lead Developer
Lead Developer

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 🙂