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
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,
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