Hi!
I used one of the codes from the forums for removing the caption from the slider when used on mobile phones. But now I can’t seem them when I am viewing the site on a desktop as well. Could you help me please?
Thanks!
Hi Shawnlimws!
use this code instead:
@media only screen and (max-width: 989px) {
.avia-caption {
display: none;
}}
Cheers!
Andy