Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1215695
Hover on Contact 4 page
Closed

Comments

  •  1
    gazza1971 started the conversation

    Hi

    Please see the 2 attachments.

    I have copied this VC element across from "Contact 4 demo page" across to my home page (https://tradercliq.com).

    However, when the mouse hovers over the text nothing happens, whereas in the demo, a black box appears and the address text changes color to match the icon color.

    I have checked the VC settings on the demo page with those on the home page and everything appears exactly the same...


    What do I need to do please to fix this?

    Many thanks

    Gary 

  •  4,772
    Michael replied

    Hi! Check your site now.

  •  1
    gazza1971 replied

    That's great Michael! Many thanks.

    Though what did you actually do please to get this to work - in case I need to copy this across from the "Home" page to the actual "Contact Us" page?

    Cheers

    Gary

  •  1
    gazza1971 replied

    As well Michael, the "address" part does not change color - only the black box pops up when you hover.

    Thanks.

  •  4,772
    Michael replied

    HI!

    pls. use following css:

    .quick .gem-textbox:hover {
        background: rgba(18,20,29,0.44);
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    Do you want change address color on hover? 

  •  1
    gazza1971 replied

    Awesome - thanks!

    I had forgot to look at the CSS settings for each particular page - now I know.