[Resolved] How to activate tags ,,

Home Forums Support [Resolved] How to activate tags ,,

Home Forums Support How to activate tags ,,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #75586
    Philippe

    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

    #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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.