Viewing 1 replies (of 1 total)
  • Hi Bobby,

    You can achieve what you’re after by adding following custom CSS to your child theme’s stylesheet:

    #slider .slider-title, #slider .slider-title a{
        display:none;
    }
    #slider .slider-button{
        display:none;
    }

    Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the title and read more button on slider?’ is closed to new replies.