• There are a number of posts about adding RO behavior; I want to eliminate it. I am using twentyeleven on this site:

    http://stmichaelspecialschool.com/

    The title text turns blue upon rollover. Also the link below turns blue and changes size, maybe the same size and color as the title text.

    If this requires that my child theme overrides the parent, please explain in detail as I don’t understand the concept of child overrides.

    Thank you for your help.

    Frank

Viewing 1 replies (of 1 total)
  • The changing size is in your parent CSS but that can’t possibly be the original CSS file:

    a:focus, a:active, a:hover {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 36px;
        text-decoration: underline;
    }

    The hover is what creates the rollover effect.

    You might want to reinstall a clean copy of the parent theme (or at least the style.css file) before you start over?

Viewing 1 replies (of 1 total)
  • The topic ‘Eliminate Rollover text’ is closed to new replies.