Zoom

Discussion in 'HomeBuilder WordPress Theme' started by shetlerr, Aug 9, 2013.

Thread Status:
Not open for further replies.
  1. shetlerr

    shetlerr New Member

    Joined:
    Jul 27, 2013
    Messages:
    25
    Likes Received:
    0
    zoom.png
    Would like to remove the zoom and shading behind it please will make these images links or maybe static. Website www.buildmylakehouse.com
     
  2. 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:
    .page-feature span.fade{
    background:none;
    }
    .page-feature a img {
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
     
  3. shetlerr

    shetlerr New Member

    Joined:
    Jul 27, 2013
    Messages:
    25
    Likes Received:
    0
    You the man thank you!!!
     
Thread Status:
Not open for further replies.

Share This Page