Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1108233

    Friech
    Moderator

    Hi There,

    It seems your code is working. The image change to this: http://innerpeacecounselingservices.com/wp-content/uploads/2016/07/doihave-hdr.png

    When I hover.

    Please clarify, thanks.

    #1109084

    fewwill
    Participant

    I am using Firefox and the image is not appearing on hover for me. I only placed the code in for the very first image on the left to change from the “Get The Latest News” to the image you referenced above. I also tried it in internet explorer. I the tried it on a separate machine with the same results.

    #1109485

    Jade
    Moderator

    Hi there,

    Kindly provide us with your admin details so that we could check. Thank you.

    #1110173

    fewwill
    Participant
    This reply has been marked as private.
    #1110433

    Rad
    Moderator

    Hi there,

    Yes, it’s not working on firefox and it’s not supported. How about this,

    .latest-image-class:hover img{
    visibility:hidden;
    }
    .latest-image-class:hover {
    background: url(http://yourfilename.jpg);
    background-size: cover;
    }

    Hope this helps.

    #1112394

    fewwill
    Participant

    Thank all of for your help. That worked perfectly. My issue has been resolved.

    #1112399

    Joao
    Moderator

    I am glad to see we managed to help.

    Let us know if we can help you with anything else.

    Joao