• Resolved glgdev

    (@glgdev)


    Hi, I did not find how to remove the H2 in <h2 class="page-title"...</h2> for the text BLOG SEO. (see link)

    what is strange is that on the /blog-seo/ page, for the title I do not see any H2 but instead <span class=”page-title”…</span>. This what I also would like for all blog pages…

    any help very welcome ??

    Thank you
    JB

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @glgdev, I hope you are doing great,

    This code should help you out in removing the text without unwanted SEO implications.

    
    span.page-title {
        visibility: hidden;
    }
    

    This code ensures that text is still visible for SEO purposes while it is not visible by end-users. I hope this works out for you.

    Cheers!
    Andrija

    Thread Starter glgdev

    (@glgdev)

    Great than you very much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove the H2 in header’ is closed to new replies.