November 23, 2015 at 11:39 am
#39893
Theme Horse Support Team
Keymaster
Hi Amy,
To have the slider content you have to add some custom CSS for that go to Appearance -> Customizer/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: none;
}
.featured-text .featured-title {
font-size: 19px
}
}
Thank you!