Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #395609

    Hey,

    How would I change the <h4>’s to <h2>’s in the iconlist_title on my homepage? Keeping the same formatting and uppercase.

    I don’t have a child theme on this website, would it be pretty easy to implement?

    Thanks,

    #395817

    Hi Coronacom!

    Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open iconlist.php file and find

    $output .=                      "<h4 class='iconlist_title' {$markup} {$this->title_styling}>".$atts['title']."</h4>";

    and change it to

    $output .=                      "<h2 class='iconlist_title' {$markup} {$this->title_styling}>".$atts['title']."</h2>";

    and then add following code to Quick CSS

    .avia-icon-list .iconlist_title { font-size: 18px !important; }

    It would be better if you make the changes on child theme. Please see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Best regards,
    Yigit

    #395830

    Great, thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing tag to in 'iconlist_title'?’ is closed to new replies.