Tagged: gallery
Hello can i change the color of the full width video navigation and possibly remove the little dots at the bottom
because the standard one is a bit much and the minimal design doesn’t show on white backgrounds.
so i was wondering if you could point me towards the css where i can adjust the color codes.
many thanks.
Hi squadboss!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slideshow-dots { display: none !important; }
.avia-slideshow-arrows a:before {
background: rgba(255,0,255,0.6);
}
255,0,255 is RGB value of the color and 0.6 is opacity level. If that does not help, please post the link to your page.
Best regards,
Yigit