Tagged: featured image, hero image
Hi,
I am trying to add full width responsive hero image (just below the navigation, but above the cookie crumb nav) using the WordPress featured image, but it does not show up. How do I achieve this?
Thanks,
Ashok
Hey!
It’s not possible with that approach, you’d need to edit the header.php file and put the image there in HTML format (around line 203):
<img src="_HERO_" />
Cheers!
Josue