Archived topic
Featured image title text
7 replies · Started by Pops on October 29, 2020
Hi,
I have a header element set to ‘featured image’, so that i can use different post-specific images with each post. BUT the colour of the text clashes with one image. Is there a way to change the colour (or position) of the title text for just one of the images, so as better to show up??
Thank you
Hi there,
can you share a link to the post where you need the color to be changed?
Thank you. I have sent a link to the preview in the private info box.
Thank you again.
Sorry that link don't work - whats the title of the post ?
Sorry, that was a preview. Just published now. Link in private info.
Thank you
Ok - so i would recommend this:
1. Install the Simple CSS plugin:
https://wordpress.org/plugins/simple-css/
2. Edit the post you want to fix the header text color, and in the Simple CSS meta box at the bottom of the content area ( scroll right down ) add this CSS:
.page-hero h1 {
color: #fff;
}
Whenever you use a header image where you want to change the color you can just repeat #2.
Thank you once again. Much appreciated:)
You're welcome