Hi, as you can see here – http://screencast.com/t/K4mTk3zeTJeI – the font of the caption title is different than the font of the caption text. How can I make the caption text use the same font as the title?
Thanks.
Hi!
Which slide shows that caption on your homepage?
Best regards,
Josue
It’s not on the homepage.
Hey!
Add this code to the Quick CSS:
.avia-caption-content p {
text-transform: uppercase;
font-family: 'Terminal Dosis', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 50px;
}
Cheers!
Josue
Great. Thanks :)
You are welcome, glad to help :)
Regards,
Josue