Regarding to change the background color of slideshow area.
- The topic ‘Regarding to change the background color of slideshow area.’ is closed to new replies.
Need help? Check out our Support site, then
Dear Sir
I want to change the background color of slideshow area as white color and text should be match with theme color like other posts and pages. Because it’s background color is black and I want to make it white and text matches with other posts.
Please make it if possible.
Thanks.
The blog I need help with is: (visible only to logged in users)
Hi,
To change background color and text color of the slide without a set featured image, please use this custom CSS:
.featured-content .hentry:not(.has-post-thumbnail) {
background-color: #ffffff;
color: #000000;
}
.featured-content .hentry:not(.has-post-thumbnail) .inner-hentry::after {
display: none;
}
Let me know if you have any additional questions regarding this section.
Kind regards,
Taras