How is possible to have opacity for image box (Style 3) background? As you can see in image it cover too much image and I'd like to have it a lit bit trasparent.
The code has effect on photo background, not on text background. I explain better: I'd like to have text white background a little bit trasparent to see better the photo.
How is possible to have opacity for image box (Style 3) background? As you can see in image it cover too much image and I'd like to have it a lit bit trasparent.
http://prntscr.com/mc3l18
Hi,
Please try go to Customize > Addtional CSS , then add custom css to do that
you can change opacity from 0 to 1 . Example 0.3
Best Regards,
PenciDesign
It had no effect!
Hi,
Please try with custom css
// on hover
You can change opacity to opacity any you want.
Best Regards,
PenciDesign
Best Regards,
PenciDesign
The code has effect on photo background, not on text background. I explain better: I'd like to have text white background a little bit trasparent to see better the photo.
I gave more opacity to let you understand the effect: http://prntscr.com/mcr942
Hi,
Now, i understand.
Please go to Customize > Addtional CSS, add custom code to do that
you can change background color( background: #fff; ) and opacity ( opacity: 0.6; ) to any color and opacity.
If it not work, please send me your website management information( admin url site, username and password ). I will check it help you.
Best Regards,
PenciDesign
Perfect! Thanks!