Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Mel Choyce-Dwan

    (@melchoyce)

    Hi,

    You can use CSS to force some content to show on hover. Here’s the basic principle:

    h1.entry-title:hover:after {
        content: 'Stuff goes here';
        margin-left: 10px;
    }

    You can add additional css to change the font size/color, positioning, and background.

    hi,

    adding a text when hovering on an h1 title is really not that useful all the time, so..
    how can i add that description text in a specific category, or when hovering on a specific post?

    thanks in advance.

    Moderator Mel Choyce-Dwan

    (@melchoyce)

    Hi Teolog, can you make a new thread for your question? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘short description when hovering’ is closed to new replies.