Removing excerpt box and text from Featured Image slider
-
Hello,
Thanks for the theme, we have been having fun creating our new site with Graphene. I was wondering how to remove the text box from the Featured Image slider. I have tried searching for the topic elsewhere on the forum, but haven’t had any luck.
Thanks!
Emily
Mod
The answer is in this forum somewhere, but I couldn’t find it.
Try adding this to your custom CSS:
.slider-content-wrap .slider_post_title, .slider-content-wrap .slider_post_entry {display:none;}
Not a solution, but together with Firebug it will put you on the right path.
Yeah, I had this line along the bottom of my slider also. I haven’t found time to fix it yet, but when I do I’ll post the solution back here.
You mean the strip that is going along the ENTIRE bottom of the slider, correct?
Mod
I’m not sure what you guys have in your slider declarations that I don’t, but Josh, this should fix your issue:
.featured_slider #slider_root {
height: 194px;
}I don’t know where your website is, but I’m thinking something along the same lines might work for you. You’ll need to play around with the value, probably.
Mod
Go for it!
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.