Services - Image Color Zoom

Discussion in 'BusinessGrow One Page WordPress Theme' started by benfallon1, Mar 4, 2014.

  1. benfallon1

    benfallon1 New Member

    Joined:
    Feb 24, 2014
    Messages:
    4
    Likes Received:
    0
    How do I change the color of the services circle when the mouse hovers over it and the image zooms in?

    Thanks!
     

    Attached Files:

  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:
     .ch-item {
    box-shadow:inset 0 0 0 0 rgba(0, 106, 255, 0.4), inset 0 0 0 16px rgba(0, 92, 255, 0.6), 0 1px 2px rgba(11, 99, 255, 0.1);
    }
    .ch-item:hover {
        box-shadow: 
            inset 0 0 0 110px rgba(0, 106, 255, 0.4),
            inset 0 0 0 16px rgba(255,255,255,0.8),
            0 1px 2px rgba(0,0,0,0.1);
     
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page