Tagged: Color, featured image, homepage, text overlay
- This topic has 6 replies, 2 voices, and was last updated 4 years, 7 months ago by Kelly Thoreson.
-
AuthorPosts
-
April 5, 2020 at 3:33 pm #241388Kelly ThoresonParticipant
Hello,
My homepage is set to auto-populate recent posts. The featured image has a color block overlay on part of it with text (the title of the post). The text is very hard to read – how can I change the text size, color, etc? And how can I change the color and opacity of the color block overlay? Thank you!
My URL:
April 6, 2020 at 12:01 am #241422SkandhaParticipant@kthoreson: Hello there,
Your site URL was not posted. Can you post your site URL?Kind Regards,
SkandhaApril 6, 2020 at 11:40 am #241525Kelly ThoresonParticipantSorry about that! http://www.flatlayprops.com
April 7, 2020 at 1:52 am #241587SkandhaParticipant@kthoreson: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To change the color of the text, overlay and font size */ @media screen and (min-width: 64em) { .featured-content-wrapper a { color: #f23456; } .featured-content-wrapper .entry-header { background-color: rgba(0, 0, 0, 0.75); } .featured-content-wrapper .entry-title { font-size: 20px; } .featured-content-wrapper .entry-meta { font-size: 15px; } }
You can change the color and font size according to your choice.
You change the value of 0.75 in the above CSS to adjust the opacity of the overlay.Let me know if this is what you want!
Kind Regards,
SkandhaApril 9, 2020 at 3:46 pm #242094Kelly ThoresonParticipantThat worked perfectly, thank you!
April 9, 2020 at 11:59 pm #242136SkandhaParticipant@kthoreson: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/fotografie/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaApril 12, 2020 at 6:47 pm #242455Kelly ThoresonParticipantHappy to! Thanks again for your help 🙂
-
AuthorPosts
- The topic ‘How to Change Featured Post Text/Color Banner Overlay on Homepage?’ is closed to new replies.