Exclude title from slider
-
How do I exclude post titles from my slider images?
Add this to your child theme stylesheet or your custom css box in the admin panel:
.full-sized .slider_post h2 a, .full-sized .slider_post h2 a:visited {
display: none;
}@ thymallus
.full-sized .slider_post_entry p {
display: none;
}Hi Josh, I tried both codes but my titles and summaries still show up in the slider. Any tips on what I’m doing wrong? http://salanden.com/
You would need to use this code:
.slider_post_entry p {
display: none;
}Your slider dimensions are currently 640px wide by 350px tall.
So, for each page/post you are displaying in the slider, you want to create a custom image with the above specifications.
Then, on each post/page you are using in the slider… scroll down below the editor and you should see a spot where you can use a custom image for the slider.
You will need to upload the custom image, and enter the link in the URL box. Also, make sure to tick the “use custom image” in the option box where you enter the url.
Let us know if you get stuck along the way.
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
