• Hi! I’m a total newb so excuse my amateur-ness here but I’m trying to figure out how to change the hover color for the 3 content widgets (as well as anything else that is blue on this site: kate-said.com) and I’ve tried adding #content_widget a.hover {
    color: #19a554 !important;

    as well as a few other things to the custom css but I can’t seem to figure it out. Anybody know how to fix this?

    Thanks so much in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this,
    #content-widget a:hover {
    color:#19A554;
    }

    Thread Starter josefaos

    (@josefaos)

    Thanks Prasath! That didn’t work unfortunately ?? this theme was made by someone else so I’m not sure how to find the code for it on the stylesheet. Any help is appreciated ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change hover color of content widget?’ is closed to new replies.