Adding a Slider to home page
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
I do not see a slider built into the theme. What is the best way to install one for the home page header image?
Here is the site I am working on http://www.center4womenshealth.org
Thank you,
Gina
Hi there,
Thank you for getting in touch with us.
Kale theme has Post Slider build in and Kale Pro has Custom Slider where you can add custom images and text as well.
To set up the slider please go to Appearance → Customize → Front Page → Banner / Slider and select Posts Slider. Then select Posts Category and number of posts/slides. You can also choose the color of overlay.
Hope that helps. Thank you for your time in this.
Best regards
This is helpful – thank you. Now, how to remove ALL text and graphics from the slider?
I was able to remove the date etc using this code:
.frontpage-slider .caption .date,
.frontpage-slider .caption .read-more {
display: none;
But now the Slider Name is in the middle of each photo with a line under it.
I would love to remove these items and have the photo stand alone.
Thank you for your assistance!
Gina
Hi again,
Please go to Appearance → Customize → Additional CSS and add the following css:
.frontpage-slider .caption {
display: none;
}
Hope that helps. Feel free to reach out if you need anything.
Kind regards
This is perfect – thank you!!
Hi there,
I’m glad to hear that it’s working 🙂
Could you mark this post as resolved, please?
Feel free to reach out if you need anything.
Kind regards