Hi,
could you let me know what is the code to control the font size and font color of the slideshow title description?
Best,
Zoran
the font size of the title of the slideshow
Hi Zoran,
Here is how it's declared:
.acm-slideshow .owl-carousel .item .slider-content .item-title {
font-family: "Helvetica Neue",'Roboto',sans-serif;
font-size: 72px;
font-weight: 700;
margin-top: 0;
position: relative;
margin-bottom: 24px;
color: #ffffff;
letter-spacing: -1px;
width: 50%;
}
You can override this style by copying the same code + add to the file: /templates/ja_events_ii/css/custom.css (Create this file if it doesn't exist)
and customize the font size / color ... as you wish.
Regards