Hi! How can we remove the text that automatically appears on our slider? It shows up on top of text and elements in the images, and we’d rather have no text there at all. Thanks!
Hi kenmay, Could you please send the site url ? We will look over it.
Thank you!
Thanks! It’s: http://mercurybroadcasting.net
Hi kenmay, Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text {display: none;}
That did it, thank you!
That’s great kenmay