Stop title animation

Hello,

I’m using the portfolio grid below of the H-Code WordPress Theme.
http://www.themezaa.com/html/h-code/portfolio-grid-with-title-3columns.html

I wonder if anyone could advise me what CSS code could I use to block the title from moving up when hoovering over the images. I just want to title to remain still.

Many thanks,
Ricardo

Try to find this CSS in style.css

.work-with-title .grid li:hover figcaption {
bottom: 50px;
}

And remove it.

If you have more questions, you should contact the item author - https://help.market.envato.com/hc/en-us/articles/203039054-How-to-contact-an-author

*Update - it looks like you are asking for WordPress version, but you have sent link to HTML version, so maybe it is better to ask theme author.

Thank you CocoBasic, that worked for me!

1 Like