This topic has 4 replies, 2 voices, and was last updated 9 months, 1 weeks ago ago by Rose Tyler
Hi 8theme team,
On sliders, the main section which is appearing in the middle is always focused and in full visibility.
Is there anyway to make the next/previous sliders to appear as “faded” so the focal point stays on the middle slide?
Please see PCA for a sample
Thanks!
Hello, GTP,
Thank you for reaching out to us.
To assist you effectively with the custom CSS code for achieving the desired outcome, we kindly request that you provide us with the URL of the page where our theme has been implemented and the slider is in use. This will enable us to suggest the appropriate code modifications.
Thank you for your cooperation.
Best Regards,
8Theme’s Team
Hi Rose,
for example on this demo; https://xstore.8theme.com/elementor/demos/phone-service/
if you go towards the bottom and find the CUSTOMER TESTIMONIALS
What Our Clients Says – section.
if we were to add one more block, how can we have the 1/3 blocks faded while having the middle one be fully showing. Sorry not sure if we are using the correct terms.
thanks for your help!
Hello, GTP,
We hope this message finds you well.
Please refer to the following example for your perusal: https://prnt.sc/YFze6DbRt77_
.swiper-slide {
opacity: 0.35;
}
.swiper-slide-active {
opacity: 1 !important;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up