Tagged: excerpt
How do I change the font color of the excerpt that appears in the Post Slider widget?
Thanks!
Hey Scott!
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-12 .av-layout-grid-3 .slide-entry-excerpt {
color:white !important;
}
Best regards,
Rikard
Thanks for the reply!
Unfortunately, it didn’t work :(
Hey!
Please try the below css:
.slide-entry-excerpt {
color: #ffffff !important;
}
If you would like to apply it to the homepage only, you can use it’s page-id.
Best regards,
Dake
Thanks, but still no joy…