How do I change the title block in the blog slider

QuestionsCategory: QuestionsHow do I change the title block in the blog slider
Melissa Schwartz asked 5 years ago

How do I change the title block in the blog slider? I want to have the text block filled as you cannot read the text when an image is present. Or can I move the text to the lower part of the image?

2 Answers
Jennifer Staff answered 5 years ago

Which theme is this for?

Melissa Schwartz replied 5 years ago

This is for Hello Beauty

Jennifer Staff answered 5 years ago

Go to your Additional CSS spot in the customizer and add this. Here you can change the background color and border to any color.

#genesis-responsive-slider .slide-excerpt {
background: #333 !important;
border: 3px solid #fff !important;
}

If you want to change the font color

#genesis-responsive-slider a {
color: #fff !important;
}

Melissa Schwartz replied 5 years ago

thank you so much!!!