Hi,
I would like to change the font size of the title and the extract (for the masonry) when the mouse passes over an photo.
Is it possible ?
Here is the link from my page : http://www.micropole-learning-solutions.com.qual.micropole.com/index.php/success-stories/
Thank you
Hey micropoleinstitut,
Please try the following in Quick CSS under Enfold->General Styling:
.av-masonry-entry-title:hover {
font-size:36px !important;
}
Best regards,
Rikard
Hello,
That’s almost it, but I would like the title and the extract bigger all the time ?
Here is a model to be clearer : https://imgur.com/a/8tuSI
Thank you for your help
Hi,
Add this custom CSS code to solve your question:
.av-masonry-entry-content {
font-size: 36px !important;
}
Best regards,
John Torvik
Perfect, thanks
Hi micropoleinstitut,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria