• This website uses a CoBlocks carousel (with CoBlocks fully updated to 2.24.2). Despite all my best efforts, the pictures in the carousel are universally grayed out/transparent/not fully opaque. Clicking on any of them brings up the full-size, full-color version. Looking at the html and the editing options, I can’t find anything obvious that would have caused this. Creating a new carousel results in the same issue.

    Anyone have any suggestions about how to make the images full color?

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

Viewing 1 replies (of 1 total)
  • Plugin Support Milos Vlaisavljevic

    (@gdmilos)

    Hello @zarz29,
    Thanks for reaching out!

    As I can see, you’re using the Go theme and the Welcoming Design Style is defined. The mentioned theme version has this CSS code defined and that’s the reason for images on your carousel not being displayed as you wanted.
    To fix the issue, please add the following CSS code to Appearance > Customize > Additional CSS:

    .wp-block-coblocks-gallery-carousel .coblocks-gallery--item:not(.is-selected) {
        opacity: 1;
    }

    In case you cannot see any difference after you added the code provided above, please clear cache from the site/browser and toggle GoDaddy CDN that you have active on the site.

    I hope this helps! ??

    Kind Regards,
    Milos | GoDaddy

Viewing 1 replies (of 1 total)
  • The topic ‘Carousel is transparent’ is closed to new replies.