I would like to wrap my main logo (in the header area) in an H1 tag. Would someone please help me accomplish this?
Hi cringeisennc!
Add this to your custom CSS.
add_filter( 'avf_logo_headline', 'enfold_customization_logo_h1' );
function enfold_customization_logo_h1( $headline ) {
return 'h1';
}
Cheers!
Elliott
@Elliott : how can I add keyword with H1 in frontpage please ?
Thank you very much; it didn’t seem to work.
Would you please also let me know if there a way to simply have plain text (no image) in the same area as the logo?