Shadow inside a slider

Discussion in 'Traffica WordPress Theme' started by oleksiy79, May 23, 2016.

  1. oleksiy79

    oleksiy79 New Member

    Joined:
    May 20, 2016
    Messages:
    16
    Likes Received:
    0
    Is it possible to remove a shadow inside a certain slider? Not in all of them, but let's say, in slider number 3?
     

    Attached Files:

  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .imgpadding:nth-child(n) {
        background: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. oleksiy79

    oleksiy79 New Member

    Joined:
    May 20, 2016
    Messages:
    16
    Likes Received:
    0
    Thank you for your reply. How can I chose which slider I want to be without the shadow?
     
  4. priya

    priya Guest

    Hi,

    you can choose your desired image by adding slider number in place of n (in the above code)..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. oleksiy79

    oleksiy79 New Member

    Joined:
    May 20, 2016
    Messages:
    16
    Likes Received:
    0
    Sorry, but the code you gave does not work:

    .imgpadding:nth-child(3) {
    background: none;
    }

    I used it to remove the shadow in slide number 3 and the shadow is still there.
     
  6. priya

    priya Guest

    Hi,

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. oleksiy79

    oleksiy79 New Member

    Joined:
    May 20, 2016
    Messages:
    16
    Likes Received:
    0
    URL is turboion.eu
    I would like to remove shadow for the slide number 3.
    Tha code you have provided is already applied.
     
  8. priya

    priya Guest

    Hi,

    Sorry...I have rechecked the code and would like to inform you that it's not possible to remove the effect from a particular slider...

    Hope you will understand..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  9. oleksiy79

    oleksiy79 New Member

    Joined:
    May 20, 2016
    Messages:
    16
    Likes Received:
    0
    Please, write the code how to remove the shadow from all slides.
     
  10. priya

    priya Guest

    Hi,

    Code is given below.
    Code:
    .flexslider .imgpadding {
        background: none;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page