• Hi,
    I’m just dabbling on the fringes of WordPress and am learning using the Sketch template. Apologies if this is a ‘schoolboy’ question.
    Can anyone advise me if there is a way of changing the colour of the font when hovering over images.
    Thanks for any advice you might be able to offer.
    Cheers,
    Steve

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there!

    Are you looking at the link below portfolio items when you hover over them on the Portfolio Template? (Like the ones on the front page of this demo site?)

    If so, this CSS should do the trick:

    .page-template-portfolio-page-php .jetpack-portfolio:hover a {
        color: #f68060;
    }

    You can swap out #f68060 for a different HTML color code ??

    If you had different links in mind, let me know – possibly with a link to the page with the items you’re working on.

    Thread Starter stevemc

    (@stevemac72)

    Hi Chad,

    Thanks so much for your response. I think that is exactly what I’m talking about.

    I’ll have a little play and let you know how I get on.

    In the meantime, I really do appreciate your support.

    Thank you!

    You’re welcome! Let us know how it goes!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Font Colour when Hovering over Images’ is closed to new replies.