Hi. Just wondering why the titles and captions in the full screen slider are so small in tablet and iphone mode?
Hey Mark,
Titles and captions use the same font size on tablet however for mobile devices it is reduced, you can change it by adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top .slideshow_caption h2 {
font-size: 32px !important;
}
.responsive #top .slideshow_caption p {
font-size: 24px !important;
}
}
Just adjust the sizes as you see fit (the first one is the title, the 2nd one is the text below it). Hope this helps.
Best regards,
Nikko