- This topic has 3 replies, 3 voices, and was last updated 7 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘remove text box from slider image’ is closed to new replies.
How do you remove the text box from the slider image if not required?
Hi Toni,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.nivo-caption{display:none !important;}
Regards,
Brad
Thank you very much. This worked for me.
🙂