Currently the theme does not set or allow the user to set the H1 attribute when assigning the logo, etc.
Is there anyway I can define an H1 on the home page, as I assumed it would come automatically from the site name, but it doesn’t.
Thanks
Ben
Hi!
In header.php replace:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
with:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'h1');
Best regards,
Peter
Sorry I didn’t explain very well :)
I don;t want the actual image to be H1 as that wouldn’t make sense. I’d like my site name to be the H1.
Thanks
The topic ‘H1 Missing From Home Page Logo’ is closed to new replies.