My client thinks the excerpt and title displaying in the slider image is distracting. I checked the slider options to see if I could opt to have this not display and didn’t see it available so I went to the child theme and wrote the following code:
/* Turn of slider text bands */
.featured-text .featured-title, .featured-content {
display:none;
}
Is this the best way to handle this or is there a cleaner more reliable way that I am missing?
Thanks!