Tagged: full screen slider, iphone, mobile
Hey there – please refer to private content.
I have a simple fullscreen slider design for my home page. Although a lot of words for both the caption title and caption text all looks great on most screens including ipads other than mobile (iphone) portrait.
Is there a way not to show the Caption Title + Caption Text but leave the buttons – only on iphone portrait?
Please refer to link in private content to see what I mean.
Thank you!
Hi loudcow,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.home .avia-caption-title, .home .avia-caption-content {
display:none !important;
}
}
Thanks,
Rikard
Perfect! Thank you. Exactly as needed.
Cheers!