Home › Support Forums › Theme Support › Pinboard › Slider height › Reply To: Slider height
Alexander
Participant
Hi Claire,
Looks likes somewehre down the road you set the entry-titel to “block” instead of “none”
#slider .entry-title {
display:block;
}
Check this first. Or try:
#slider .entry-title a {
display:none;
}
Cheers,
Alexander @ http://www.mouseclick.com