How to set transparent background image for all pages?
Posted: Fri Jun 06, 2014 1:24 am
Dear All,
How to set transparent background image for all pages?
Any body please help?
Thanks & Regards
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.