• Got o my page https://www.ex-brief.com

    How can I stop the mouseover effect on the lines “News and Updates”

    and the blog title below that?

    I just want these to be BLACK, no mouseover effect.

    Not sure what to change in the CSS

    thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • a, h2 a:hover, h3 a:hover {
    color:#0066CC;
    text-decoration:none;
    }

    change to

    a, a:hover {
    color:#0066CC;
    text-decoration:none;
    }
    Thread Starter ex-brief

    (@ex-brief)

    i changed it, but it is still happening.

    All I see is the text there changes from blue to black on mouseover. Aside from the fact that the color code for black is not #0066cc, but is actually #000000, or just “black” (one of the colors that does not need an RGB code to work)

    ha ha – yes should have been

    color:#000000; or color:black;

    Thread Starter ex-brief

    (@ex-brief)

    ok, I changed this to black and it looks good on the sidebar. BUT I think the issue is actually the way the index.php is setup. I need to know how to make WordPress stop thinking those are a,h2 etc when I just want them to be plain text. Because when I change the color to black it changes the text colors of a lot of other elements that I do not want to change.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove mouseover effect – MU default Kubrick’ is closed to new replies.