Home › Forums › Free Themes › Yummy › Problems with Header Image
- This topic has 8 replies, 2 voices, and was last updated 7 years, 8 months ago by
wensolutions.
-
AuthorPosts
-
August 30, 2017 at 10:35 am #52127
EC
ParticipantHi, I have a very big problem with the header image of every page and post.
Today it stops working and I don’t know why. It’s all black with the white title in the middle.
I checked in Yummy Meta Options and featured image it’s enabled. Also there is a custom header displaying on every page/post without a featured image in yummy meta options.
Please verify why there is this problem. Here the site: http://www.braceriachetesto.it/
Thank You.
August 30, 2017 at 11:59 pm #52179wensolutions
KeymasterHello @ec,
When we locally checked the theme we are unable to find such issue . The meta option to display the header image is working fine .
Please let us know if you have changed the CSS of Background Overlay because the opacity is set to 1.5 which makes the header all black .
So for the fix go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.page .black-overlay { opacity: 0.5; }
Hope this helps .
Best Regards!!
Have a good day .
August 31, 2017 at 3:33 am #52187EC
ParticipantGood Morning,
thank you for your help! Now is working fine on pages but on posts the header is black again. Only on posts header at the moment, pages are ok. I don’t know how it is possible because i’m not able to change the CSS of Background Overlay.
May I ask you if there is also the possibility to change the font of the title of pages with Playball in every section?
Thank you again!
August 31, 2017 at 3:51 am #52189wensolutions
KeymasterHello @ec,
To remove the black overlay in the post paste below given CSS in Additional CSS location .
.post .black-overlay { opacity: 0.5; }
Also to change the font of the title of pages use below given CSS.
.page #banner-image h2.page-title { font-family: 'playball'; }
Hope this helps .
Best Regards!!
August 31, 2017 at 4:02 am #52190EC
ParticipantHi
I’m sorry to bother you again but it doesn’t work.
I pasted in the Appereance – Customize – Additional CSS:
.page .black-overlay {
opacity: 0.5;
}
.post .black-overlay {
opacity: 0.5;
}The CSS works only for pages. The post’s header is still black.
🙁
August 31, 2017 at 4:07 am #52191EC
ParticipantAlso if i delete the firs part of css and leave in the additional CSS only the part for post still not working
August 31, 2017 at 4:19 am #52192wensolutions
KeymasterHello @ec,
For particular single post header use below given CSS.
.single .black-overlay { opacity: 0.5; }
Hope this works out .
Best Regards!!
August 31, 2017 at 6:01 am #52197EC
ParticipantNow it works! Thank you!
August 31, 2017 at 6:19 am #52200wensolutions
KeymasterHello,
Glad we could help you .
If you have any issue further please feel free to post them .
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.