Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #876440

    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

    #876934

    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

    #876942

    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

    #877573

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.