• Resolved yuli123

    (@yuli123)


    Hi,
    Our SEO suggested to remove all <h> tags on non front_page pages from the header and the footer.
    I want to replace an <h1> .site-title tag with <div>.
    Is there a beautiful way to do that(not with js/jquery)?
    Thanks,
    Yulia

Viewing 1 replies (of 1 total)
  • Theme Author WEN Themes

    (@wenthemes)

    Yes, you can do this by overriding a function from your functions.php file. Find the code wrapped inside a function (located in ‘wen-business\inc\hook\header.php’ )

    function wen_business_site_branding(){

    and put it in your Child Theme’s functions.php. Edit HTML there to remove <h1> tag and replace with div.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘remove tags from the header’ is closed to new replies.