January 22, 2015 at 5:03 am
#20941
Theme Horse Support Team
Keymaster
Hi jmcastillo1993,
To remove the 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:
.featured-text .featured-title{
display:none;
}
.featured-text .featured-content {
display: none;
}
Thank you!