Remove the header image for posts in Emporio
The new Emporio template features a large, blurred-out copy of the featured image for a post as the header image. Some like this feature, some don't - here's how to remove it if you're not a fan!
- Head to Theme => Edit HTML
- Search for 'data:view.isSingleItem'
- The code that you see should look something like this:
<b:if cond='data:view.isSingleItem'> <b:if cond='data:widgets.Blog.first.posts.first.featuredImage'> <b:include data='{ image: data:widgets.Blog.first.posts.first.featuredImage, selector: ".bg-photo" }' name='responsiveImageStyle'/> <div class='bg-photo-container'> <div class='bg-photo'/> </div> </b:if> </b:if>
- Delete the XML including the <b:if> tag code.
Happy Emporio'ing!
Thanks for this. Am able to remove the image on www.talkonpoints.com
ReplyDeleteIs there a way to make the scroll header on Emporio themes white with some transparency?
ReplyDelete