Remove h1 from logo

Responsive WordPress theme for musicians, bands, artists - easy to configure and various theme features.
GK User
Fri Mar 18, 2016 11:02 am
Hi I know that this isn’t a big issue, but some SEO tools complains about that the site has two h1 tags on every page, The title and the logo is set as h1.

I would like to change the logo title tag to h2 instead but can’t find there it is done.

Anny ideas how to do it?
User avatar
Fresh Boarder

Joshua M
Sun Mar 20, 2016 10:55 pm
Hi,

Please check your RockWall/layouts/header.php file:
Code: Select all
<h1>
            <a href="<?php echo home_url(); ?>" class="<?php echo get_option($tpl->name . "_branding_logo_type", 'css'); ?>Logo"><?php gk_blog_logo(); ?></a>
         </h1>

here you can change the h1 tag - it's recommended to use a child theme instead of modifying theme files directly.
User avatar
Moderator


cron