Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1381737

    5wan
    Participant

    Hi, I’d like to add a shadow to my revolution slider (outside of the default options 1 -6).
    http://www.duncanswan.ne

    I’m after something of uniform depth / length.
    Such that it extends the full length of the slider, and has uniform size (ie. doesn’t fade away at the edges, or ‘curve’).

    Is there CSS to achieve this?
    Secondly, how would I apply the same shadow style to the NAVBAR?

    Thanks

    #1381738

    5wan
    Participant
    This reply has been marked as private.
    #1381969

    Jade
    Moderator

    Hi there,

    I tried checking but your site seems to be inaccessible.

    Kindly double check it.

    #1382220

    5wan
    Participant
    #1382438

    Lely
    Moderator

    Hello There,

    I can see your site now, unfortunately, I am not sure at the moment where you want to add the shadow: outside of the default options 1 -6. Would you mind giving us screenshot of what you want to achieve so we can be specific on our suggestion?

    #1383451

    5wan
    Participant

    Cant screen shot it.
    Ideally I want the shadow to run the full length of the slider (along the bottom).
    Currently it fades out towards the left and right edges.
    ie.
    Shadow on:
    http://www.duncanswan.me/books/
    Is option 5 I believe.

    How do I extend the shadow to the full width?

    Thanks

    #1383690

    5wan
    Participant

    Dont worry, solved it.

    .rev_slider_wrapper {
    box-shadow: 0 0.3em 2em 0 #000000;
    -moz-box-shadow: 0 0.3em 2em 0 #000000;
    -webkit-box-shadow: 0 0.3em 2em 0 #000000;
    }

    #1383935

    Rad
    Moderator

    AH, glad to hear that and thanks for sharing.