June 24, 2015 at 6:13 am
#25896
Theme Horse Support Team
Keymaster
Hi chantal.attia,
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: 1078px)
.featured-title, .featured-content {
display: block;
}
@media only screen and (max-width: 767px) {
.featured-title, .featured-content {
display: none;
}
Thank you!