How do we increase the size of the text for Slider Caption Title and Caption Text for mobile and desktop? The sizes are large and correct for desktop, but very small for mobile and desktop.
Hi Portfolio_Travel,
The actual site doesn’t look like your screenshot, the font is much larger on mobile. I’m guessing you managed to get it fixed?
Best regards,
Rikard
Hello,
Only the homepage works as we’ve used an image over the slider. The other pages all have smaller text, but we want them to look like the homepage.
Have a look at a Destination page on mobile.
Look forward to hearing back from you
Thanks
Lindsay
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.slideshow_align_caption h2 {
font-size: 60px !important;
}
}
Regards,
Rikard
Hello,
I’ve applied this css on our Dev version, but the Title is still small?
Thank you
Lindsay
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 768px) {
.responsive #top .slideshow_caption .avia-caption-content {
font-size: 22px !important;
}}
Best regards,
Vinay