Change custom text design of featured content
- The topic ‘Change custom text design of featured content’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
hope to get some help with css-classes: I’d like to change the design of the custom text on top of the Slider (Featured Content) on the front page, i.e. change the text color and add a half transparent background, so that the text is readable with different pictures in the background. Could you please tell me, which css-classes I need to change to do so?
Thanks a lot in advance!
Best,
Christina
Hi Christina,
Please use following CSS via Customize > CSS:
.fc-contain .twelve.column {
color: #cccccc !important;
background-color: rgba(0,0,0,.3);
padding: 0 25px;
}
Cheers!