Background white a little bit transparent
-
Good day sir! I would like to make my background a little bit transparent… how do i do that?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item .product-image-link {
background-color:rgba(0,0,0,0.3);
}
In order to see the change you need to upload png images with the transparent background, now your images are jpg and nothing would be visible: https://gyazo.com/9ea6b7dc3a9728fcef00c90e5a3ba8da
Best Regards
Good Day sir, i wanted not the image or product background transparent, but the background it self… i want to see the leaves a little bit. The products are ok!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .website-wrapper {
background-color: rgba(255,255,255,.4);
}
body .main-page-wrapper {
background-color: rgba(255,255,255,.4);
}
Best Regards