-
AuthorPosts
-
November 25, 2015 at 2:12 am #678584
Hello Mark,
Please update to this CSS. Feel free to update 8px to your preferred blurriness.
.soliloquy-container .soliloquy-image { background: #fff; padding: 10px; box-shadow: inset 1px 1px 8px #888888, inset 1px -1px 8px #888888,inset -1px 1px 8px #888888,inset -1px -1px 8px #888888; }
As you notice, the blurriness is inset or pointing inside because since it is a slider it’s container hides anything outside because of it’s structure.
Hope this helps.
November 25, 2015 at 2:46 am #678603Ok thanks for explaining about the structure inhibiting what I was trying to do.
Have needed up with this which seems fine.
.soliloquy-container .soliloquy-image { background: #fff; padding: 8px; box-shadow: inset 1px 1px 2px #888888, inset 1px -1px 2px #888888,inset -1px 1px 2px #888888,inset -1px -1px 2px #888888; }
Thanks for your help,
Mark
November 25, 2015 at 2:48 am #678612You’re welcome Mark!
Always,
XNovember 28, 2015 at 6:48 am #682087Hi,
If I wanted to change the soliloquy slider to a revolution one what changes would need to be made to this code so that I can still have a border?
.soliloquy-container .soliloquy-image { background: #fff; padding: 8px; box-shadow: inset 1px 1px 2px #888888, inset 1px -1px 2px #888888,inset -1px 1px 2px #888888,inset -1px -1px 2px #888888; }
Regards,
Mark
November 28, 2015 at 7:04 am #682099Hi there,
Please provide us with URL of page in question.
Thanks.
November 28, 2015 at 8:01 am #682155This reply has been marked as private.November 28, 2015 at 9:04 am #682229Actually forget this I have gone over to the revolution slider and will start another thread to resolve the issue I have with that.
Thanks for your help.
Mark
November 28, 2015 at 3:45 pm #682437You’re welcome Mark!
-
AuthorPosts