How to change the Text color in slideshow caption in TD Editor Theme
-
Hi, I am using the TD Editor theme. I am wondering how to change the Text color in the Caption box in the slideshow on the homepage. I am trying to make it so I only have the text as a caption and not the box.
Is there a CSS Code to change the text color in this slideshow caption box?
Do you have any recommendations on how to only have Text as the caption and not the box?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi rasulijaz
To make the box invisible:
#home-featured-slideshow .home-slideshow li .featured-item-info { background: rgba(235, 231, 224, 0) 0; }To change the color of the text title:
#home-featured-slideshow .home-slideshow li .featured-item-title a { color: #7cc221; }To change the color of the text description:
.featured-item-summary { color: #7cc221; }I would suggest standardising the sizes the images that you are using for the slideshow.
Let me know if you need any further help with this.
- The topic ‘How to change the Text color in slideshow caption in TD Editor Theme’ is closed to new replies.