Hi Guys,
can i ask you how change the caption size of fullwidth slider only on mobile version of home page and about page?
Thanks a lot!
cheers
Mario
Hey Mario!
Add this to a codeblock element in those pages.
<style type = "text/css">
.slideshow_align_caption h2 { font-size: 20px !important; }
</style>
Cheers!
Elliott
Hello Elliot,
thanks for your help but the code modify the DESK version of the caption, NOT the MOBILE version, as i need.
Can you check it please?
Thanks a lot!
Mario
Hey!
Switch it to this to target mobiles.
<style type = "text/css">
@media screen and (max-width: 767px) { .slideshow_align_caption h2 { font-size: 20px !important; } }
</style>
Cheers!
Elliott
Hello Elliot,
sorry but doesn’t works.. ;(
any suggestion?
Thanks
Mario
Hi!
I see it’s working fine on my end. Clear your browser cache.
Cheers!
Elliott