Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #517576

    Hi – I would like the title of my Portfolio grid item to change color on hover. Could you please advise?

    Thanks-
    Anna

    #517588

    Hey annameis!

    Add this to your custom CSS.

    .grid-entry-title a:hover { color: red !important; }
    

    Regards,
    Elliott

    #517631

    Thank you for the fast reply…but I didn’t have any luck with that working. Page URL is below. Thanks!

    #517887

    Hi,

    Please try the following instead:

    .portfolio-grid-title a:hover {
    color: red !important;
    }

    Regards,
    Rikard

    #518771

    Thank you – that works!

    Anna

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Portfolio Grid Title Hover Color’ is closed to new replies.