Hello,
I'm having trouble reducing the size of the titles in ACM Slideshow in JA Events II.
I've already tried modifying the style.css and using custom.css with the following code:
/*Slideshow title*/
.acm-slideshow .owl-carousel .item .slider-content .item-title {
font-size: 18px !important;
}
/*Slideshow desc*/
.acm-slideshow .owl-carousel .item .slider-content .item-desc {
font-weight: 1500;
}
But it does not change the size. Is there another way to do this?
Thanks for the help!.