Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #599880

    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

    #600136

    Hi doug123,

    Please try the following for the hover colour:

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

    Thanks,
    Rikard

    #600375

    Perfect! Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio Masonry title font hover color’ is closed to new replies.