Forcing opacity on banner box in Refresh Theme?

Any chance someone can help me with making the banner boxes (that hold title & description in slideshow) on Refresh Theme? I’m trying fixes listed here on forum for other themes but can’t seem to make the box background transparent. Thanks for any help! - Steven

Hi @stevenjackson75 ,

Just follow the instructions below.

  1. In your Admin page, go to Online store > Themes
  2. Choose the theme you want to edit then click Actions > Edit code.
  3. Open the base.css under the Asset folder.
  4. Add the code below. Change the opacity from 0 to 1
.banner .banner__box  {
    opacity: 0.8;
}
1 Like

Thank you so much! I was in the wrong place lol :slightly_smiling_face:

1 Like

Hi,

I tried adding this and nothing happened. I’m using the Taste theme but I figured it would be the same, is there something I’m doing wrong? Does this only work on a published website vs a drafted state?