Skip to content

Instantly share code, notes, and snippets.

@tokopress
Last active July 18, 2018 14:15
Show Gist options
  • Save tokopress/6bcb8bf413c48eada2110651ea1b47c9 to your computer and use it in GitHub Desktop.
Save tokopress/6bcb8bf413c48eada2110651ea1b47c9 to your computer and use it in GitHub Desktop.
Bookie - Add background color overlay in slider
.toko-slider-wrap .toko-slides .toko-slide {
z-index: 1;
position: relative;
}
.toko-slider-wrap .toko-slides .toko-slide:before {
background-color: red;
opacity: 0.3;
position: absolute;
width: 100%;
height: 100%;
content: "";
z-index: -1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment