This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

H1 tag

10 years ago · Last reply by Daniel 10 years ago

hi Andrew Thank you very much for the help.
well i want the H1 tag in Logo area to be Removed, but I want the H1 tag in Vantage headline to be kept as it contain the Keyword i want to target.
it will be great help if you show how to remove the H1 tag in Logo area.
for your ref
style.css:508
(h1) class=”site-title”> worship (/h)

Thanking you
Regards
Stan

URL: http://stanleyseveres.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Daniel Staff 10 years, 10 months ago

    Hi Stan

    This is something you require do to in a child theme (dex.wordpress.org/Child_Themes) since it requires you to edit a theme file:

    Go to vantage\wp-content\themes\vantage\inc\template-tags.php around line 181 change:

    $logo_html = '<h1 class="site-title">'.get_bloginfo( 'name' ).'</h1>';

    to

    $logo_html = '<h2 class="site-title">'.get_bloginfo( 'name' ).'</h2>';

    Let me know if that irons out your issue

    Cheers

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread