• Resolved ekv320

    (@ekv320)


    Hello everyone!
    I’m running into an issue with the hover color for the portfolio archive page (linked above). I have been able to change the css so that when you hover over the project title (for example, Hanoi International Church), it is yellow. However, when you hover over the image, the text is still the default orange. I can’t figure out what to target in order to change the color for that hover state as well. Can anyone help?
    Thanks so much!
    Elisabeth

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jarret

    (@jarretc)

    I think this is what you’re looking for

    .portfolio-projects .has-post-thumbnail:hover a {
      color: #d09b2c !important;
    }
    Thread Starter ekv320

    (@ekv320)

    Perfect, thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Portfolio archive page hover color’ is closed to new replies.