Hello,
I have a circle on the very top-right of the screen : https://ibb.co/jeo52U
I think it comes from the video on my slider (LayerSlider)
Is there a way to disabled it ?
Thanks for your help,
Nicolas
Hey plichart1,
What is your web site URL, can u let us know?
Best regards,
Basilis
i think this is an advanced layer slider on top.
You can get rid of that in Layerslider activate your slider – goto slider settings – navigation area – and there it is: slideshow timers.
you have activated : show circle timer
and ps: you can do a gradient background like this:
#intro {
background: rgb(102,154,194);
background: -moz-linear-gradient(45deg, rgb(100,60,150) 0%, rgb(102,154,194) 50%, rgb(160,200,220) 100%);
background: -webkit-linear-gradient(45deg, rgb(100,60,150) 0%,rgb(102,154,194) 50%,rgb(160,200,220) 100%);
background: linear-gradient(45deg, rgb(100,60,150) 0%,rgb(102,154,194) 50%,rgb(160,200,220) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#643c96', endColorstr='#a0c8dc',GradientType=1 );
}
this definition creates a gradient that is not stepped.
see here: http://www.colorzilla.com/gradient-editor/