Reply To: Slider height

#8817
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