New Landing How can we help? Themeforest Theme Support Dante Make text appear when hovered over a button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #93354
    tsimarketing
    Member
    Post count: 267

    I have three buttons on my homepage that will end up having a little bit of text under them. My supervisor was wondering if there was a way to have the text appear below when you hover the mouse over the button and disappear when you move the mouse away. Is there a specific code that would allow me to do this? If not do you know of a plug-in that might be able to do this for me?

    Attachments:
    You must be logged in to view attached files.
    #93384
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You can add this to your custom css

    .sf-icon-box .sf-icon-box-content p {
      visibility: hidden;
    }
    .sf-icon-box:hover .sf-icon-box-content p {
      visibility: visible;
    }

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.