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 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
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
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!