May 29, 2015 at 6:04 am
#25223
Theme Horse Support Team
Keymaster
Ok then use the below CSS code to off the featured text only.
@media only screen and (max-width: 767px) {
.featured-text {
display: block;
}
.featured-text .featured-content {
display: none;
}
}