Tagged: featured slider title, slider-title
Hello! Is it possible to have the slider ONLY show the page title? No text from the page itself or the continue reading text? Thanks in advance!
Hi there,
Just go to Appearance > Customize > Design Options > Custom CSS and paste the below custom CSS code to hide the content and continue reading link from the featured slider and just show title.
.featured-slider .featured-text { font-size: 0; line-height: 0; padding-bottom: 0; } featured-slider .featured-text a { display: none; }
Thank you!
Thank you so much!!
Welcome anytime @nschowdhury