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

    I have 4 youtube videos in the slide show.
    I can not change the back ground color from the slide show.

    `.av-click-overlay {
    background-color: no; !important;
    }

    And the show starts with playing a video, but I want show all 4 videos as a autorotation picture. Please can you help?
    See: http://www.ana-u.com/wordpress/home/
    Alfred

    #571509

    Hey wigldesign!

    The background-color no is not working. If you want to have not background, you can do it as

    background-color: none or background-color: transparent

    Let us know if we can do anything else for you

    Best regards,
    Basilis

    #571964

    Hey Basilis,
    sorry, this does not work. And I can not change the autorotation. The slide starts always with the video playing.
    Is the slide show or the layer slide better? I have 5 youtube videos.
    Best regards,
    Alfred

    #572614

    Hi,

    Try the following instead:

    .av-click-overlay {
    background-color: transparent !important;
    }

    Best regards,
    Rikard

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