
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

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
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%); }
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.