Hi, I hope you can help. I would like the text on the slide to remain even in responsive mode. Currently it disappears. Please help. Thank you.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media (max-width: 991px) { .flex-caption { display: block; }} Thanks & Regards Nitesh Raghuwanshi
Hi Nitesh, I understand the reason why it is not appropriate to display texts on slider. Is there a way to prevent the slider from appearing completely on mobile view. Thanks.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media (max-width: 497px) { .flexslider{ display:none;} } Thanks & Regards Nitesh Raghuwanshi