August 21, 2015 at 12:10 am
#27540
victoria_locascio
Participant
Hi,
Any ideas for how to remove the title and “Read More” on each slider image?
I tried these 2 things but they didn’t work, and I’m out of ideas!
(1) I put this in the main stylesheet:
.slider_content a.button { display: none!important; }
(2) I put this in the custom CSS box:
#featured-slider .slider-read-more-button {
display: none;
}
Thanks!