Okay
  Public Ticket #2683509
Heading tags
Closed

Comments

  • aspiverin started the conversation

    Hi,

    I can't put h2 heading tag in text.

    When i put h2 the text dissapear, but with other options (h1,h3,h4...) there are not problem.

    What is it happening?

  •  2,963
    Andrew replied

    Hi Aspiverin,

    Thank you for reaching out to us.

    Please insert the css below in css custom code found in Salient > General Settings > CSS/Script Related:

    #page-header-bg h2, body h2, article.post .post-header h2, article.post.quote .post-content h2, article.post.link .post-content h2, article.post.format-status .post-content h2, #call-to-action span, .woocommerce .full-width-tabs #reviews h3, .row .col.section-title h2 {
        display: block;
    }

    Thanks.

  • aspiverin replied

    Hi Andrew,

    Thank you very much, I have fixed the problem with your code.