Hello,
could you advise me on how to change font sizes and font colors of the Title and Description fields in the Slideshow module?
Many thanks for your attention.
Kind regards,
Zoran
Change fonts in Slideshow module
Hi zmand13,
You can use the following CSS code, add this code to the templates/ja-events/css/custom.css file:
.acm-slideshow .owl-carousel .item .slider-content .item-title {
font-size: 72px;
font-weight: 700;
}
.acm-slideshow .owl-carousel .item .slider-content .item-desc {
font-size: 20px;
font-weight: 300;
}