September 7, 2015 at 2:45 pm
#28034
Theme Horse Support Team
Keymaster
Hi Jordan,
To hide the featured title/content from 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-slider .container {
display: none;
}
Thank you!