• All of my H1 titles are not showing up. I have gone through the forum and found 3 questions related to my specific theme. ColorMag by themegrill. I do not have the pro version but did attempt to look into the theme files under function php colormag- colored-category-title) to see if the H1 tag was h3 and it is not. It reads as h1. I also deactivated elementor to see if that would work. It has not changed. The customizer doesn’t seem to give me an option unless I am unsure where. In the customizer section under additional css I have as .blog-post-author {
    display: inline; as I read this might help but didn’t. Appreciate any and all help..

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same exact problem

    Thread Starter thenewskey

    (@thenewskey)

    Thanks to no one I found a quick fix for anyone else having this issue.
    header.php
    </head>
    line 31 header php

    I deleted </ head> and entered

    <h1><?php the_title(); ?></h1>

    This will display your titles. Seems to work for now but will also display title of home page. That’s all I could come up with for now.
    Since ColorMag by themegrill will only allow this for the PRO.
    hope this helps.

    I found an even quicker solution: just insert these two lines in your custom CSS

    .elementor-page .entry-header {
        display: inline;
    }

    Hey @thenewskey,

    I apologize for the delay. It seems like we missed your query. I hope the problem has been sorted for now. Do let us know if you have any other questions in the future.

    Regards,
    ThemeGrill Support Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘H1 titles not showing up on posts’ is closed to new replies.