Page 1 of 1

How to set transparent background image for all pages?

Posted: Fri Jun 06, 2014 1:24 am
by B510

Dear All,

How to set transparent background image for all pages?

Any body please help?

Thanks & Regards


How to set transparent background image for all pages?

Posted: Fri Jun 06, 2014 2:08 am
by Alena Prykhodko

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.