Hey CeeInTx!
You can use CSS to accomplish this:
.hib-text-table-cell .title {
display: none;
}
.hib-text-table-cell:hover .title {
display:block;
}
Hope this helps!
Thank you very much! I’m glad you like it.
You can also use this code to show the title when it is a mobile or tablet device (without on hover effects) and hide it when is a computer.
@media handheld, only screen and (min-width: 992px) {
.hib-text-table-cell .title {
display: none;
}
.hib-text-table-cell:hover .title {
display:block;
}
}
Sorry, one more question!
How can I change the font of the title? I’ve tried putting the css in different places but haven’t gotten right yet.
I COULD go in and edit what the H3 looks like…
Is there a better way?
Thanks!
Here’s the page I’m working on: http://icsplus.wpengine.com/