• this code doesn’t change the background from black to white on the standard slideshow settings. Has someone found a way for this code to work on Expound or is another code needed?

    #content .slideshow-window, .jetpack-slideshow {
        background-color: #FFFFFF;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vanessajw

    (@vanessajw)

    This code is in firefox, but I can’t find it in the editing sections of the dashboard. But when you alter the colour numbers it does change….but pasting this code into the child them does nothing…..and the Jetpack php has none of this code in either.

    element {
        height: 410px;
        position: relative;
    }
    .slideshow-window, .slideshow-window * {
        -moz-box-sizing: content-box;
    }
    .slideshow-window {
        background-color: #222;
        border: 20px solid #222;
        border-radius: 11px;
        margin-bottom: 20px;
        height: 410px;
    Thread Starter vanessajw

    (@vanessajw)

    ps I’ve just found metaslider plugin does a neat job of fitting a slideshow on the page without altering the widget side bar dimensions. It prefers to have landscape photos which fit better.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘slideshow background colour change’ is closed to new replies.