I want that the text that is in the home slider, will be visibility all the time, because in phone version is hide.
It is possible?
Text slider
lapiskito
#1
oren
#4
please give a try to this code
@media only screen and (max-width: 767px)
.text-slider {
display: block!important;
}