Trying out the Stark Template and loving it! Just want to make the introduction text more visible against the image overlay. I looked at the Typography demo page, but didn't see anything of use for this. How is the introduction text styled? Thanks!
Hi @birdwaves
To make the text more readable on the slideshow, you can increase the image's overlay darkness using the following custom CSS:
#t4-hero .bg-overlay:before { opacity: 0.75; }
Regards,
Hi Phinb, Thanks for the tip! How about to increase the size of the text?
Try this custom css to override the font size:
.acm-hero h1.hero-heading { font-size: 60px; } .acm-hero p.lead.hero-intro { font-size: 16px; }
and adjust the value to suit your need.