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

#25223

@tvkb

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;
    }
}