- This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
	
Viewing 6 posts - 1 through 6 (of 6 total)
	
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Signify › Color text on Featured Slider
How can I change the color of the text on the Featured Slider?
It is now black (even though i selected pink) on a darker background
Hello @DIRK, Please add this CSS in the Additional CSS
.feature-slider-wrapper .entry-container .entry-summary{
color: #f5808c;
}
Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
you can change the color code as per your need.
Regards,
Themepalace
works.
Can I also change size and add “enter” so text goes on mutliple lines?
Now the text goes over the dog
https://keto-cado.com/
Please use this css below :
@media only screen and (min-width: 85.375em) {
	#feature-slider-section .entry-summary {
	font-size: 1.3125rem;
	}
}
You can adjust the number as per your need.
can i also do max width?
What is em and rem?
For the width please use the following CSS
.custom-header-content-wrapper, #feature-slider-section .entry-container {
    width: 490px;
}
| Cookie | Duration | Description | 
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". | 
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". | 
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". | 
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. | 
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". | 
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. | 
 
	    


