Make website background transparent

Hi, how do I make the background of my website transparent? The sections contains a collection and the only options in the template are to set the color to one of the color styles. I would like to make all sections transparent. I have uploaded a website background, but it is blocked by the color style.

My website url is https://alvaius.com/

Hi @alvaius ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/base.css
  2. Add code below to end of file
section,
.section,
.section > div.gradient,
section > div.gradient {
    background: none!important;
}