Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1331173
    #1331188

    Hey,

    Thanks for contacting us!

    I added following code to bottom of Functions.php file of your child theme

    /* Wrap logo in H1 on frontpage */
    function new_avf_logo_headline($headline) {
    	if ( is_front_page() ) {
    	$headline = "h1";
    	}
    	return $headline;
    }
    add_filter( 'avf_logo_headline', 'new_avf_logo_headline', 10, 1);

    Please review your website :)

    Best regards,
    Yigit

    #1331224

    Fantastic and speedy response!!!!

    Thank you so much.

    Please would you close the Ticket :)

    #1331226

    Hi,

    You are welcome! :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘H1 Logo Tag on Homepage Only?’ is closed to new replies.