Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #263654

    I’m using Icon Boxes and have used Icon Box title. How do I make these titles appear to Google as H1?

    #264311

    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

    #625258

    Can this also be done by using the child theme? Without making adjustments to the original enfold theme files.

    #625274

    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

    #625325

    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?

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