Dear All,
How to set transparent background image for all pages?
Any body please help?
Thanks & Regards
Dear All,
How to set transparent background image for all pages?
Any body please help?
Thanks & Regards
Hello,
You can create any custom background. Read how to add background-image in our doc http://devcenter.appery.io/documentat...
Add Class Name 'image' for container.
Add CSS asset with code:
pre. image{
opacity: 0.2;
}/pre
You can set it as you need, add filters or so.