Support » Plugins » Changing hover text

  • OK, I’m pretty new to HTML coding and I hate to ask this question, but how do you change the hover text? Searching on WordPress’s site only gives me an article with this list of coding but I have no idea what to do with it–where to put it or how to use it.

    #sidebar a {attributes}
    #sidebar a:hover {attributes}
    #categories a {attributes}
    #categories a:hover {attributes}
    #archives a {attributes}
    #archives a:hover {attributes}

    Also, is there a way to just manually do the hover text for each post or page link?

Viewing 1 replies (of 1 total)
  • I’m not clear what you mean by the “hover text”. If you mean the text that appears in a small “popup” when you hover over a text link, that is, I believe, handled via the title attribute of the link tag, it has nothing to do with css.

    If that’s not what you mean, then, I’m not sure. sorry.

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