Tagged: x
-
AuthorPosts
-
February 22, 2017 at 1:16 pm #1381737
Hi, I’d like to add a shadow to my revolution slider (outside of the default options 1 -6).
http://www.duncanswan.neI’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
February 22, 2017 at 1:16 pm #1381738This reply has been marked as private.February 22, 2017 at 5:32 pm #1381969Hi there,
I tried checking but your site seems to be inaccessible.
Kindly double check it.
February 22, 2017 at 8:14 pm #1382220apologies.
February 23, 2017 at 12:09 am #1382438Hello 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?
February 23, 2017 at 3:28 pm #1383451Cant 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
February 23, 2017 at 6:46 pm #1383690Dont 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;
}February 24, 2017 at 12:09 am #1383935AH, glad to hear that and thanks for sharing.
-
AuthorPosts