Contact us info@twilight-tech.net

$0.00 0

Put a great background-image in yours features

Home > Mobile App Builder > Tips > Put a great background-image in yours features
Here is a small snippet to change your background-color into a great image.Just like this: Hover me

margin

To do that, disable the general background of your app and optionally disable the header background:

colors

and

add the following css in the “advanced customization” section of your editor:

.pane {
background-image: url("https://i.imgur.com/jyeOuJh.jpg");
background-size: cover;
}

Obviously, you have to change the URL code “http://i.imgur.com/jyeOuJh.jpg” for your own.

To get the best result, choose an image with a portrait format.

Important information:
That modification changes all of yours features’ backgrounds.