Hi msilac,
On JA Mitius, with JA Slideshow module, there is the decription of articles which you can see the font text there. In order to change this font on JA Slideshow, I suggest you to work with <blockquote>custom.css</blockquote> file in<blockquote> templatesja_mitiuscss</blockquote> on your sever.
Now open this file, then add below codes:
.ja-ss-desc {
background: url(../images/slideshow-bg.png);
bottom: 60px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
color:#999;
padding: 30px;
position: absolute;
left: 0px;
width: 340px;
z-index: 1000;
font-size: 13px; // Add your desired font-size here
}
.ja-ss-desc h3 {
color: #fff;
line-height: normal;
font-size: 260%; // The portion of h3 tab
font-family: 'novecento_wide_ultralightbold';
overflow: visible;
margin: 0;
text-transform: uppercase;
}
.ja-ss-desc h3 a {
color: inherit;
line-height: normal;
text-decoration: none;
}
Regards,
—
Leo