gilles85
Hi,
I added a class suffix called customVolley for that module on your site
You can open this file: [ROOT]/templates/ja_your_default_template/css/custom.css (Create this file if it doesn't exist)
and add this custom css code:
.customVolley .acm-features.style-3 .features-content h2 {
font-size: 60px;
}
.customVolley .acm-features.style-3 .features-content p {
font-size: 20px;
}
.customVolley .acm-features.style-3 .features-content .features-action a {
font-size: 20px;
}
Then change the font-size as you wish.
Regards