• Resolved jonasschoen

    (@jonasschoen)


    Hi everyone,

    thanks for the plugin! I use it with the Go theme which works pretty well in general.

    But I would like to achieve something which I could use your help for. I would like to change the opacity of the next and previous images in the carousel to 0. So the primary color of the theme shouldn’t be visible. I marked the area that I mean in this screenshot.

    I tried some things in the style.css in my child theme, but couldn’t make it work.

    I guess I just need the name of the css class where I have to set the opacity to 0?

    I would appreciate your help.

    Thanks,
    Jonas

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gdpavle

    (@gdpavle)

    Hey @jonasschoen,

    Thank you for reaching out 😀

    The name of the class you need to modify is .coblocks-gallery--item.
    Here’s the full CSS code that will do the job:

    .coblocks-gallery--item
    {
    	--wp-block-coblocks-gallery-carousel--overlay--opacity: 0;
    }

    Let me know if this worked for you 🙂

    Best Regards,
    Pavle

    Thread Starter jonasschoen

    (@jonasschoen)

    Hi @gdpavle,

    thank you very much! This is the solution I was looking for and it works. 🙂

    Best regards,
    Jonas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change opacity of previous and next slider image’ is closed to new replies.