October 14, 2015 at 6:51 am
#36617
Theme Horse Support Team
Keymaster
Hi Jim,
To hide the featured content go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text .featured-content {
display: none;
}
Thank you!