Opacity of caption background on slide section - Flow Theme

Hello!

I was wondering if someone knew how to make the background caption color on a slide 50% opaque? I’m using the Flow Theme (2.0). I went into the “Image-slideshow.liquid” and changed the RBGA to (255,255,255,0.5) but that doesn’t seem to change anything. I’m not sure what needs to be updated?

Any help would be greatly appreciate!

Thanks!!

Hii, @Abster22
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

I’m currently doing a rebrand of the website, here is the preview link:

https://6l29xuz0wd231jvg-11183136.shopifypreview.com

Thanks for your help!

hii, @Abster22
Please confirm this

Yes, that is correct. On my end, the box background is show completely white (mobile & desktop).

@Abster22
Paste this code on top of the section-slideshow.min.css file.

.slider-section--template--15167081971872__16360489977088461c .block-section--16360489977088461c-0 .homepage-featured-content-box {
    opacity: 0.8 !important;
}

Thank You.

It worked! You are literally the best! Thank you so much!! :slightly_smiling_face:

One quick question. Is there a way to make only the box background color opaque? I noticed the box background and the text are both opaque. I don’t want the text to be opaque.

Thanks!!