Tagged: heading hide, hide. title hide, title
How do I hide the titles from the thumbnails on the banners, featured spots etc…???
I meant category titles that appear on each thumbnail.
Hi Chris,
To hide the titles on the banner just login to your admin dashboard and go to Appearance > Customizer > Additional CSS and paste below custom CSS code.
.featured-section .stories-title { display: none; }
Thank you!