Tagged: blog post
The animation (arrows by hoover) of the header image should be deactivated. In addition, the image should be displayed across the entire page of the blog post (highlighted in green). Could you send me the appropriate code? Thank you very much.
Best regards,
Esther
Hey Esther,
Try to go to Enfold > Blog Layout then instead of using Single Author, small preview Pic (no author picture is displayed, feature image is small) try to use Single Author, big preview Pic (no author picture is displayed, feature image is big).
As for the hover arrow, try adding this css code in Quick CSS (located in Enfold > General Styling):
.single-post .blog-meta span.image-overlay {
display: none !important;
}
Best regards,
Nikko
Hi Nikko
The CSS code works, but switching to Single Author, big preview Pic (no author picture is displayed, feature image is big) doesn’t help.
Do you have another idea?
Best regards,
Esther
Hi Nikko
I think there’s been some misunderstanding:
I don’t want the page-width image on the overview page (which I do anyway in a magazine layout), but on the individual article.
I guess the blog layout doesn’t affect the individual article?
Best regards,
Esther
Hi Nikko
Got it – it wasn’t the blog design but the single post options.
Anyway, thanks for your support.
Best regards,
Esther
…but now: your CSS code for the header picture doesn’t work any more :-(
Hi Esther,
I apologize for my mistake and glad that you found the right option :)
As for the css, please remove the one I gave before and use this instead:
.single-post .big-preview.single-big span.image-overlay {
display: none !important;
}
Hope this helps.
Best regards,
Nikko
Hi Nikko
That’s it – Thank you :-)
Best regards, Esther
Hi Esther,
Glad that we could help :)
Feel free to create a new thread, if you need more assistance.
Thanks for using Enfold and have a great day!
Best regards,
Nikko