March 31, 2015 at 5:20 am
#23661
Theme Horse Support Team
Keymaster
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!