Feature Slider Text
- The topic ‘Feature Slider Text’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
Since the feature photo on the slider may have watermarks on it, so when the text (title) shown on the photo, it is pretty difficult to see. I want to add a semi transparent box as the background whenever the text(title) is shown, would you let me know how to do?
Thanks.
The blog I need help is saikungpropertyhk.com
Virginia
The blog I need help with is: (visible only to logged in users)
Hi Virginia,
So, if I understand correctly – that background is part of title text that is appearing on the slider?
Thank you,
– Djordje
Hi, yes the background (semi transparent text box) is part of the title text. I hope it can cover the watermark in the center of the photo, so it is easier to read the title text. Thanks.
Hello,
To add semi-transparent background to the title, please add this class to Custom CSS:
@media only screen and (min-width: 1025px) {
.featured-slider .featured-image + .entry-header {
background-color: rgba(255,255,255,0.5);
}
}
Thank you,
– Djordje
Thanks!