Hello,
I am French. I hope you understand because I translated with google.
From an SEO point of view, I realize that when I add articles in a “grid or slide” page with the enfold editor, the posts headings are in “h3” by default.
I would like to know how I can change them to “h2”.
Thank you in advance for your help.
Hey geekster31,
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open postslider.php file and find following line
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';
and change h3 tags as needed
Best regards,
Mike
Hello,
Thank you very much, it works ;-)
That’s what I wanted. I would never have found it without your help.
Hi,
Glad Mike could help! :)
We would recommend you to use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and apply the changes on your child theme – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit