Tagged: featured-title
Hi, I was wondering if there is a way to remove the featured title and text on my home page so that it is just the slider and no text. Thank you.
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!