Illdy Page Title from H2 to H1

Hi. I love the Illdy theme! Just one thing though…For SEO purposes I should be able to change the Page title from H2 to H1. I tried everything but I couldn’t achieve this…

Is anyone able to help me? Thanks!

Hello,

To achieve this you need to access the theme core files on the server > sections > blog-bottom-header.php where you will find the h2 title syntax.

I have tracked your request and will push this to be implemented in a future update.

Regards

Thanks, I have successfully changed the h2 to h1 in the code, but it still shows as H2 on the page.

I have already flushed any server-level and wordpress-level cache that I have, but the result it’s still the same (even in other browsers).

Hello,

Please check again as in the file there are two sets of h2 syntax, maybe you changed the other one
This is working just fine on my environment.

I see that changing to h1 will remove the title styling, so you need to add this CSS, as well:

#header .bottom-header h1 {
    margin: 0 0 50px 0;
    line-height: 0.74;
    font-weight: 900;
    font-size: 81px;
    color: #ffffff;
    text-transform: uppercase;
}

Let me know if you got it alright.

Regards

Perfect I did it! I had skipped one set of h2…

Thanks for your help!