Hi guys,
Thanks in advance for the help! I have been looking in the previous posts but I can not find it.
I have a masonry on the homepage that shows 5 blog posts entries.
I would like to have the title underlined like when you have a hyperlink. I have attached a screenshot as I’m conscious the description is a bit flak.
The entry links already to the post, but I’d like to be more obvious, with the title underlined.
Is it possible?
Hey grassifrancesca,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .av-masonry-entry:hover .av-masonry-entry-title.entry-title {
text-decoration: underline;
}
Best regards,
Nikko