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
Ok, but where is your site name? Is it the headline of the front page? Maybe you can post a link to your website – then we can investigate the html code and give you proper instructions.