Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #593197

    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.

    #593476

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.