Tagged: portfolio grid title
Hi – I would like the title of my Portfolio grid item to change color on hover. Could you please advise?
Thanks-
Anna
Hey annameis!
Add this to your custom CSS.
.grid-entry-title a:hover { color: red !important; }
Regards,
Elliott
Thank you for the fast reply…but I didn’t have any luck with that working. Page URL is below. Thanks!
Hi,
Please try the following instead:
.portfolio-grid-title a:hover {
color: red !important;
}
Regards,
Rikard
Thank you – that works!
Anna