Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WP – What css to add so hovering over an image also hovers the title text? Reply To: WP – What css to add so hovering over an image also hovers the title text?

#248427
Shikkediel
Participant

As I understand it that would be:

.post-thumbnail:hover + h3 a {

}

So hover over the image – do something to the link below.