Tagged: dots, enfold, full width easy slider
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
Hi Rosa :)
Please add following code to Quick CSS
.avia-slideshow-dots {
bottom: 50px;
}
Best regards,
Yigit
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
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
Of corse your css works :)
Good to know that you are always on the forum! ;D
thanks