TheFour – Change Image on "Latest Posts" Page
- The topic ‘TheFour – Change Image on "Latest Posts" Page’ is closed to new replies.
Need help? Check out our Support site, then
Hello – Is it possible to add custom CSS to my site to change the featured image on the “Latests Posts” page to a unique image? By default, this image piggybacks on the site header image set in the customization fields.
My site is: jasminecrandall.com
Thanks so much!
The blog I need help with is: (visible only to logged in users)
Hi,
Yes, that’s possible with CSS. Please use this one:
.blog .site-header { background-image: url(your image URL); }
Thank you so much!