Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #687539

    Hi,
    in this page http://www.pinkatmosphere.com/mediaset-premium-sport/ I have on the top of the page a “full with easy slider” 1500×1500. The problem is that the white dots to change the slides, are upon the player bar of the videos, so I need to move further up the dots with css.
    I tryed by myself with no results.
    Can you help me please?

    Thanks,
    Rosa

    #687578

    Hi Rosa :)

    Please add following code to Quick CSS

    .avia-slideshow-dots {
        bottom: 50px;
    }

    Best regards,
    Yigit

    #687598

    Hi Yigit,
    I missed you :)
    The css works.
    Another question, is it possibile to make dots with a white stroke and no background color?
    White stroke if selected and grey stroke if is unslected.
    Thanks,
    Rosa

    #687604

    Hi Rosa! :)

    Please add following code to Quick CSS as well

    .avia-slideshow-dots a.active, .avia-slideshow-dots a:hover {
        background: transparent;
        border: 1px solid white;
        opacity: 1;
    }
    .avia-slideshow-dots a {
        background: none;
        border: 1px solid #777777;
        opacity: 1;
    }

    I can be found on the forum, usually on weekdays during EEST ;D

    Regards,
    Yigit

    #687628

    Of corse your css works :)
    Good to know that you are always on the forum! ;D
    thanks

    #687636

    Hi!

    Glad it does! During working hours, i eat, drink and breathe Enfold ;D
    Let us know if you have any other questions or issues and enjoy your weekend :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Full width easy slider – move further up the dots’ is closed to new replies.