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

#23661

Hi Ahmad,

To have the responsive for featured text in the slider go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:


@media only screen and (max-width: 767px) {
.featured-text {
    font-size: 10px;
    line-height: 13px;
}

.featured-text .featured-title {
    font-size: 11px;
    line-height: 14px;
}
}

Thank you!