hi! excellent theme – my workhorse.
I need to create a title font hover color in the portfolio masonry grid.
I know how to set the font color itself:
.grid-entry-title { font-size: 20px; color: #5c4073 !important;; }
But also want a font hover color.
See web page.
Kind Regards,
Doug
Hi doug123,
Please try the following for the hover colour:
.grid-entry-title:hover {
color: red !important;
}
Thanks,
Rikard
Perfect! Thank you!