How can I modify the slide icon transparency in Boundless?

Hi_J_0-1634029699174.png

We are using Boundless for free.
I want to erase the gray part shown in the image below or give more transparency, but I don’t know how to do it.
If you know, please help me.
I hope the white color stays the same.

URL

https://www.menokinbeauty.com/

Hi @Hi_J please go to assests and then theme.scss.liquid and paste this CSS property at the end.

.slick-dots { background: rgb(0 0 0 / 0%); }

If you do that, it becomes like the image below. I don’t think that’s the way.

ㅜㅜ Thank you for your answer.

Here is the corret css

.hero__dots-wrapper.slick-dots 
{ background: transparent;
}

@Hi_J it will be like this then after applying above CSS

Thank you so much.
I solved the problem.