Hi
Where do I set the backgrund colour/the text colour of the titels on the sliderimages?
Hi CharlottevanHauen!
Try adding this to your custom CSS.
.avia-caption-title {
background: none repeat scroll 0 0 red !important;
color: white !important;
}
Best regards,
Elliott