• Resolved grybas

    (@grybas)


    In the Kadence gallery block used on this webpage I can’t remove the shadow or background (the gray colored area around the gallery images). It doesn’t seem to be the block’s background as I’m able to change that yet the gray shadow remains.

    Would greatly appreciate any help on removing the gray colored area or make it transparent.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,
    In your theme options > advanced settings. Can you add this in your custom css box and let me know if that is what you are referring too?

    .wp-block-gallery .blocks-gallery-item img {
        margin: 0;
    }

    Ben

    Thread Starter grybas

    (@grybas)

    Thank you for your reply! Unfortunately that wasn’t what I was looking for, though it actually much improved the gallery blocks I’m using – thanks!

    I realize now that the block in question is perhaps “Slideshow” not “Gallery”. At the two sides of the images in this Slideshow block is gray areas, these are the ones I wish to remove. They’re not affected when I change the background color (to white for instance), and I find no way of remove or affect the gray areas.

    Thread Starter grybas

    (@grybas)

    Realizing it was actually a Slideshow block, not a gallery block I found a snippet that solved the issue.

    .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
    background: white;
    }

    Thank you again for your help with the gallery blocks and sorry about the confusion on my part.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Kadence Blocks Gallery remove shadow/backround’ is closed to new replies.