Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #705449

    Hi guys,

    I want to have the hotspots in the link here http://www.lumencarecenter.com/peripheral-neuropathy/ on be visible on hover but the background is white and I can’t seem to nail down what the CSS is so I can change that background to be that same color gray on hover only.

    Could you let me know what CSS I should have so that when I use the hotspot area with hover only I can make it gray?

    #706549

    Hey Andrea,

    I couldn’t see any changes on hover, I’m guessing you got it working?

    Best regards,
    Rikard

    #706781

    Hi Rikard,

    http://screencast.com/t/gC3IR1tLuJ

    I want the background on hover to be gray instead of white so it stands out more – but I can’t find it.

    #707263

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-tooltip.av-tt-hotspot {
        background: #f2f2f2;
    }
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.