Shop Categories

X

Reply To: Background product color and opacity

Home Forums Agama Pro Background product color and opacity Reply To: Background product color and opacity

#26469
Zex
Moderator

Hi, Diego!

Try the next:

.inner_product img{
    opacity: 0.8;/* set this value 0-1*/
}
.woocommerce .products li{
    background:rgba(18,166,163,0.8); /*Use this for white semi transparent background color:rgba(255, 255, 255, 0.80)*/
}

Change the opacity and color codes per your needs.

PS: You need to remove the white background color from your uploaded images, using some image editing software (e.g.Gimp, or Photoshop) then you will be able to see the wrapper background color.

Regards