Professional Web Designer and WordPress Elementor Expert working on modern website design
Code

Carousel

selector { position: relative; overflow: hidden; } selector::before, selector::after { content: ”; position: absolute; top: 0; bottom: 0; width:400px; /* Change this*/ pointer-events: none; z-index: 1; } selector::before { left: 0; Z-index: 2 !important; background: linear-gradient(to right, #000, transparent) !important; } selector::after { right: 0; background: linear-gradient(to left, #000, transparent) !important; }

///or

selector{
position: relative;
overflow: hidden;
}

/* Gradient overlay */
selector::before,
selector::after{
content: ”;
position: absolute;
top: 0;
bottom: 0;
width: 400px; /* Gradient width */
pointer-events: none;
z-index: 2;
}

/* Left gradient */
selector::before{
left: 0;
background: linear-gradient(to right, #000, transparent);
}

/* Right gradient */
selector::after{
right: 0;
background: linear-gradient(to left, #000, transparent);
}

Ready to Grow Your Business?

Whether you need local SEO to get found by nearby customers or a professional website that converts, we’re here to help. Check out our transparent pricing or learn more about our process.

Related Articles

Share the Post:

Related Articles