Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1015002

    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

    #1015398

    Hey plichart1,

    What is your web site URL, can u let us know?

    Best regards,
    Basilis

    #1015435

    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

    #1016348

    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/

    • This reply was modified 6 years, 1 month ago by Guenni007.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.