• Hello everybody,

    I’ll contact you again about my website. my theme, certify ensures that when I use the mouse pointer to go to words with links, they appear red. This is best seen in the footer. once they even appear in red on a green background. A CSS error on my part. I would be glad if someone could help to make the words with link green (# 64C12E) if you move over with the mouse pointer. A CSS code would of course be great, but an explanation would help me too.

    Many Thanks

    kind regards

    Philipp Falkehagen

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

Viewing 1 replies (of 1 total)
  • Bunty

    (@bhargavbhandari90)

    @philippf

    You can do something like this:

    body .footer-sidebar .widget_recent_entries a:hover {
        color: #64C12E !important;
    }
    • This reply was modified 4 years, 9 months ago by Bunty.
Viewing 1 replies (of 1 total)
  • The topic ‘Theme color change doesn’t work’ is closed to new replies.