asfromdn
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
@poonam9 It is currently local,
I have shared the loom above for reference.Images are png files
Well I have used it inside a section as well as without a wrapper section this adds the animation named as load in both cases initially which applies the background color..wp-block-themeisle-blocks-slider .glide__slides { height: var(--height); animation: load 4s 3; } @keyframes load { 0%, 100% { background-color: inherit; } 50% { background-color: #d8d8d8; } }This is code inside otter-blocks/build/blocks/slider/style.css that causes that greyish background color is there any way we can disable this
Hi @andreearadacina21 ,
Thanks for the prompt response I am talking about the inherited background color it applies to the slider in initial few seconds. I don’t want to disable the auto play though
Viewing 3 replies - 1 through 3 (of 3 total)