• Resolved addaminsane

    (@addaminsane)


    Hi, the about widget is a big part of my home page, but i want to change the header on it from an H1 tag to an H2 tag because i have info published above this widget and i want to keep the code as organized as i can. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    Hope you are well.

    Can you please post your site link here so I or someone else can help?

    Thanks.

    Theme Author OptimizerWP

    (@layerthemes)

    @addaminsane Looks like a issue with the theme. We will change the h1 to h2 in the next version. For now, can you please open up front-about.php file which is located in wp-content/themes/optimizer/frontpage/widgets/ through FTP and replace this:

    echo '<h1 class="about_header">'.do_shortcode($title).'</h1>';

    with this:

    echo '<h2 class="about_header">'.do_shortcode($title).'</h2>';

    Regards

    Thread Starter addaminsane

    (@addaminsane)

    that worked perfectly, thanks for the help – Adam

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change H1 on [About Widget] to H2 header tag’ is closed to new replies.