Lower opacity of the Services background in homepage

Hi I am trying to

Lower opacity of the Services background in homepage.

Currently it is white and i want to lower it by 10%, so we can se the background. is it possible?

https://wmqgez-r2.myshopify.com/

Warm regards.

Hi,

Hope this will work

  • Need to add css

CSS example

/* Lower opacity for Services background */
.services-section {
  background-color: rgba(255, 255, 255, 0.9); /* 0.9 = 90% white, 10% see-through */
}

Hi @Artez

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!