Tagged: content slider, font
I would like to control the font, size and color of the Slide Title with my Content Sliders.
I would also like the Heading to be in all caps.
Can you please send me the code to enter in the QuickCSS area of the General Styling area?
Thakns
Hey John!
Try adding this code to the Quick CSS:
.avia-content-slider-inner .slide-entry-title{
font-family: "Comic Sans";
font-size: 12px;
color: red;
text-transform: uppercase;
}
Change as needed.
Cheers!
Josue
Perfect. This can be closed!
Thank you!
You are welcome, glad to help :)
Regards,
Josue