• I’ve been trying to get the slider to appear how I want, but it stubbornly refuses to do so. Any CSS trick I know isn’t working. (I’ve been trying to change the height and background colour) Really need an option for these.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support darnelldibbles

    (@darnelldibbles)

    Hey there,

    You can use this snippet to change the background color:

    .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
      background-color: orange;
      height: 100%;
    }

    You can replace orange with whatever color you prefer. And you can play around with the height percentage to find out what works best for the site.

    Hope that helps.

    Thanks,

    Thread Starter Jeffrey Driver

    (@jdriver)

    Thanks.

    Adjusting the height there isn’t ideal as I’m left with lots of white space.

    element.style {
        width: 6384px;
        transition-duration: 0ms;
        transform: translate3d(-3192px, 0px, 0px);
        height: 598px;
    }
    

    The height in this inline code is the issue.

    Plugin Support Fotis

    (@fstat)

    Hi there,

    Where exactly are you seeing this piece of code? The element.style selector is just the pattern, not the actual selector.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Jetpack Slider Inline Styles’ is closed to new replies.