Removing "Learn more" button from slider
The topic ‘Removing "Learn more" button from slider’ is closed to new replies.
Need help? Check out our Support site, then
Hello all,
How can I remove text and “Learn more” button from the slider in the Purpose theme? And/or change the color of the text. The white text doesn’t show up well on some of the images I want to feature.
Website: fews-us.org
Thank you!
Sincerely,
Colleen
The blog I need help with is: fews-us.org
(email visible only to moderators and staff)
Hello Colleen,
You can add the following style within the Additional CSS section of the Customizer to remove the “Learn More” button from the slideshow:
.slideshow .more-link {
display: none;
}
Otherwise, you can add the following style to add a background to the button, and make it more visible:
.slideshow .more-link {
background: #000000;
}
I hope this helps. Thanks!
The topic ‘Removing "Learn more" button from slider’ is closed to new replies.