• Hello,
    Is it possible to add a caption title on the icon menu when you go trough with the mouse (hover)?
    Thank you for your help

Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    Hey, there’s not really a built-in option for that, but a work-around would be to set the title color to the same as the background with this:

    .home-iconmenu a h4, .home-iconmenu a p {
    color: #333;
    }

    Then you can change the hover color with this:

    .home-iconmenu a h4:hover {
    color: #fff;
    }

    Just paste those into your custom css box in theme options > advanced settings. Just replace the colors with your own.
    Hope that helps!
    Hannah

    Thread Starter Aari

    (@aari)

    Hello Hanna,
    Thank you for your help. Actually I think I didn’t say it well.
    For example I would like to make the title of contact so that contact appear only when your mouse is on the icon?
    Best,
    Ari

    hannah

    (@hannahritner)

    Can you post a link?

    Thread Starter Aari

    (@aari)

    Like this http://www.corelangs.com/css/box/caption.html the image caption hover effects

    hannah

    (@hannahritner)

    The portfolio images already do this. Have you tried adding a portfolio carousel to your page?

    Thread Starter Aari

    (@aari)

    Oh, I will try thank you.. Sorry I’m really new with wordpress..
    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘add a caption title on icon menu’ is closed to new replies.