badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Slider featured text not showing on mobile

#25157

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!