- Edited
I'm trying to set font sizes for WP S5 Image and Content Fader. I've got Titles and Text for each of the 3 front page slides, but the text is too small...
I'm trying to set font sizes for WP S5 Image and Content Fader. I've got Titles and Text for each of the 3 front page slides, but the text is too small...
artshotwell Hi. Please add this to css:
.jdGallery .slideInfoZone p {
font-size: 1.2em;
}
Looks like that works. Should I create a custom.css in the plugin's /css folder?
Hi artshotwell,
You can add the code to the Dashboard > Customize > Additional CSS.
Thank you... I've done that. I'm not really an expert on WordPress.