Mobile Slider

Hi, I just have an Activello Site, this is the link: http://valorjuridico.com/

The default slider shows great in the desktop, but in the mobile, even tablets, the slider only shows a photo, no texts, tag, links or something that bring any kind of info about the slider. I’ve tried with some minor changes with CSS, but doesn’t work properly. Please help!!

Hi there

Hope you are having a good day and thank you for your question
That’s normal, this is how our demo works you can check it too, texts are hidden from small screen devices because there is no physical space to arrange them and its better to see a normal image rather than hard to read text on small screen device
Thanks!
Colorlib Support Team

Ok I understand.
Is there any way to show at least the words “read more”?

On the other hand, how can I remove the “Search” box located in the upper right corner.

Thank you.

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

@media (max-width: 768px){
.flex-caption {
display: block !important;
}
.flex-caption ul, .flex-caption > a {
display: none !important;
}
}

Thanks!
Colorlib Support Team