How do I make the frames for my home page slider lighter? I’d like them a light grey rather than a dark one.
Also, is it possible to change the top line of my caption to non-bold? I like the word “Welcome” at a different size” but the bold is too strong.
Website page is JessicaPayne.us/home
Hi PabloStennett!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
background: rgba(0,0,0,0.2);
}
h2.avia-caption-title {
font-weight: normal;
}
Regards,
Yigit
Perfect! Worked like a charm.
You can close this ticket.
Jessica