Change Slider Shadow

Discussion in 'BizWay WordPress Theme' started by hmpf99, Feb 7, 2017.

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

    hmpf99 New Member

    Joined:
    Nov 14, 2016
    Messages:
    28
    Likes Received:
    0
    Hi,

    how can I change the look of the shadow under the slider on the homepage?
    It is smaler in the middle an thicker on the edges. It should be the same thickness from one side to the other.

    Thank you, Frank
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hi Frank,

    For that, you can use below custom CSS in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.
    Code:
    .slider_effect2:before, .slider_effect2:after{
    display:none;
    }
    .slider-wrapper {   
        box-shadow: 3px 27px 30px -15px rgba(0, 0, 0, 0.56);
    }
    Hope you find it helpful,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. hmpf99

    hmpf99 New Member

    Joined:
    Nov 14, 2016
    Messages:
    28
    Likes Received:
    0
    Hi Naveen,

    thank you for your fast answer and your help. It worked to remove the shadow. I get a new straight shadow but it is to low and not directly under the picture.

    Is there a way to fix this to?

    Thank you very much, Frank

    [​IMG]
     
    Last edited: Feb 8, 2017
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Frank,

    I just checked but it seems you removed the shadow effect from there,
    Please allow us to check once.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. hmpf99

    hmpf99 New Member

    Joined:
    Nov 14, 2016
    Messages:
    28
    Likes Received:
    0
    No problem. Please look here: http://www.einmalrum.de/wpmk/ it's a copy of the other side for testing.
    Your User is still there.

    Thank you, Frank
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hi Frank,

    Just use below custom CSS code in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.
    Code:
    .slider-shaddow { 
        height: 0px;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  7. hmpf99

    hmpf99 New Member

    Joined:
    Nov 14, 2016
    Messages:
    28
    Likes Received:
    0
    Hello Naveen!

    It works! A realy big thank you from Germany :)

    Happy Day, Frank
     
Thread Status:
Not open for further replies.

Share This Page