How can I decrease the opacity of my background images?

Hi,

I have a background image on both my PauaCo Story and Contact us pages, I want to decrease the opacity of these. Please help to share a code that will do this.

URL: https://pauaco-shop.co.nz/

Thanks

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
body#pauaco-story {
opacity: 0.9!important;
}
body#contact-us {
opacity: 0.9!important;
}

Hi @ZestardTech ,

Thank you, is there any way to just decrease the image and not the text on the page as well?

Thanks