Hello,
is it possibile decrease the font for tirle for the nres-4 module?
Thank you Michele
Hi Michele,
Could you share screenshot of that text on your site?
Sorry, I forgot the screenshot
Like you see, in the first box the title cover all the image.
michelerubin
You can try with this custom CSS:
.ja-news-4 .news-big h3.article-title { font-size: 2rem; }
paste into: /templates/ja_flix/css/custom.css (Create this file if it doesn't exist)
and change to your desired value.
It's working
Thank you