Tagged: color change, easy slider, font change
I’m using the left framed option which has a semi-transparent black box behind white text. I want to change it in the same dark purple as the subtext see link. How should i do that? And can I change the font in the same font as the classic heading?
Best regards
Mary-Ann
Hi @studioinktvis;
you can target those both lines (Title ans Legend) separately :
.caption_framed .slideshow_caption .avia-caption-title{background: rgba(254, 234, 54, 0.5) !important;font-family:'Lato', Helvetica, Arial, sans-serif !important; }
.caption_framed .slideshow_caption .avia-caption-content p{background: rgba(254, 234, 54, 0.5) !important;font-family:'Lato', Helvetica, Arial, sans-serif !important; }
use your own color and font family.
And where should I do this? In the quickCSS ?
Hi @studioinktvis;
Yes, if you do not have “A child theme”.
But if I have the Child Theme ;-)
Hey!
Then you can add the code to either Quick CSS or Style.css file of your child theme :)
@begrafiks Thanks as always :)
Best regards,
Yigit