Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Haris

    (@haristonjoo)

    Hi Andy,

    You can set each slide background color (by default is black) by change the “Slide Background Color” option on the “Add slide” or “Edit slide” page.

    Regards,

    Thread Starter Andy

    (@dezertrat)

    Hm, yes… I almost get there. But now I end up with a white background… And I *think* it may be due to the initial “Loading” slide… Could that be true? Is there anyway to change that?

    Thanks!

    Thread Starter Andy

    (@dezertrat)

    Found it… CSS override to remove the white background for the slideshow (and the loading screen):

    /* remove the white loading background */
    .frs-slideshow-container .frs-slideshow-content {
    	background: none;
    }

    thanks, solved in my page too!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background transparency?’ is closed to new replies.