Hovering over pic effect

Discussion in 'Andrina WordPress Theme' started by raulinho27, Aug 18, 2013.

  1. raulinho27

    raulinho27 New Member

    Joined:
    Aug 16, 2013
    Messages:
    14
    Likes Received:
    0
    Hi,

    I've inserted a few pics on one of my pages and would like to get the same effect when mouse is hovering over them like it happens with the featured images on the home page when you hover the mouse point over them. Can you please tell me what would I have to do to get that effect?

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.
     
  3. raulinho27

    raulinho27 New Member

    Joined:
    Aug 16, 2013
    Messages:
    14
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .full-width img:hover {
    opacity: .5!important;
    }
    
     

Share This Page