I’m using Icon Boxes and have used Icon Box title. How do I make these titles appear to Google as H1?
Hey aliquill!
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open iconbox.php file and find
<h3 class='iconbox_content_title' $markup>".$title."</h3>";
and change it to
<h1 class='iconbox_content_title' $markup>".$title."</h1>";
then you can change the font size by adding following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox_content_title { font-size: 20px !important; }
Cheers!
Yigit
Can this also be done by using the child theme? Without making adjustments to the original enfold theme files.
Hi!
Yes this can be done using child theme please check kriesi.at/documentation/enfold/using-a-child-theme/
Copy the file from main theme to child theme make sure to have the correct directory path and edit it as mentioned above.
Regards,
Vinay
Hi Vinnie,
I just tried this, but it seems that the iconbox.php file in the child theme directory (/wp-content/themes/enfold-child/config-templatebuilder/avia-shortcodes/iconbox.php) is not overriding the parent file. Any suggestions?
Hi,
refer to: https://kriesi.at/support/topic/can-i-add-all-parent-theme-files-to-child-theme/
Best regards,
Andy