Reply To: Remove Caption/Title block from Slider March 16, 2019 at 4:47 am #13709 Grace ThemesMember Hi, To remove the slider caption box from homepage slider Go to the Appearance -> Editor -> style.css add below css code at the end of style.css file .nivo-caption { display:none !important; } Regards Grace Themes