Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created December 7, 2015 18:30
Show Gist options
  • Save ericakfranz/e97d4f7f9fa21de43f24 to your computer and use it in GitHub Desktop.
Save ericakfranz/e97d4f7f9fa21de43f24 to your computer and use it in GitHub Desktop.
Add an image overlaying a portion of the Soliloquy slider
.soliloquy-container .soliloquy-slider:before {
display: block;
content: '';
width: 50%;
height: 100%;
position: fixed;
right: 0;
z-index: 9;
background: url('http://www.360fashion.net/wp-content/uploads/2013/01/image-placeholder-500x500.jpg');
background-size: contain;
background-repeat: no-repeat;
background-position: right center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment