Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259036

    I have placed the Enfold “Latest News” widget on my company’s site, and I have successfully modified many of its properties (including, color, padding, borders, etc.)

    But I cannot get the links to respond to a:hover. I have been using developer tools to study the CSS, and I have tried every possible modification, but the links simply will not change color when I hover over them.

    What am I missing? Can you point me to which properties I should modify? Thanks so much.

    • This topic was modified 10 years, 6 months ago by pcglenn.
    #259155

    Hi pcglenn!

    Please add following code to Quick CSS and adjust as needed

    strong.news-headline:hover {
    color: red;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.