May 27, 2015 at 5:36 am
#25157
Theme Horse Support Team
Keymaster
Hi Thomas,
Yes we have made the slider content off to display in mobile display. Because too many text will voilate the design. We have designed our theme this way. If you want to display text in your tablet then please add this below custom css
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save
@media only screen and (max-width: 767px) {
.featured-text {
display: block;
}
}
Hope this may help you
Thank you!