Hello
Right now the title of each blog posts in blog page is in H2 (please see the below links with photos in private content), but I don’t want them to have H2 or any other heading formats, but only want to have a normal paragraph format with same type font size as H2. I wonder how to amend them?
Thanks a lot
Anthony
Hey sailentpooN,
What would be the point of changing that? If the text is a header then it should be located in a header tag.
Best regards,
Rikard
Hello,
Because of the SEO, I want to change those blog Titles format in blog page from H2 header to a normal paragraph format but keep the same font size as H2. Please let me know how to change the code.
Thanks for your help.
Anthony
Hi Anthony,
You are currently not using a child theme. If we apply the changes now, they will be overwritten when you update the theme.
Please firstly update Enfold to the latest version 4.2 – kriesi.at/documentation/enfold/updating-your-theme-files/ and then install https://kriesi.at/documentation/enfold/using-a-child-theme/ and create /includes folder inside it and copy enfold/includes/helper-post-format.php file into it and then open that file on your child theme and search
$heading = is_singular() ? "h1" : "h2";
and change it as needed :)
Best regards,
Yigit