Hi guys
How do I control the Home page Fullscreen Slider Caption Title/Text for mobile screens. It currently reduces font size too much.
Site listed below…
Thanks
Hey pantoni,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Basilis
Hi Basilis
You mean there is no css I can add in just to increase the font size??
Hi pantoni,
Maybe, Basilis got something wrong. That can be adjusted via css.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2.avia-caption-title {
font-size: 24px !important;
}
.responsive #top .slideshow_caption .avia-caption-content p {
font-size: 18px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria, that worked.
cheers
Hi pantoni,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria,
Your answer helped me too.