Tagged: caption, easy slider, mobile, responsive
hi,
is there a way to adjust the font size for mobile on the full width easy slider?
the captions are so large u can’t read them.
i currently have this in my CSS:
div .slideshow_caption h2 {
font-family: ‘Source Sans Pro’, sans-serif;
text-transform: none!important;
font-weight: normal!important;
font-size: 36px!important;
}
thanks…
j
sorry forgot the url..
http://b3e.cf9.myftpupload.com
Hi!
Thank you for visiting the support forum!
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 16px !important;
}
}
Awesome website. :)
Best regards,
Ismael
thank you!