Hi,
how to change background image.
How to set as background for after that login page.
.
Hi,
how to change background image.
How to set as background for after that login page.
.
Hi Olga,
I will set a Vbox container inside the layout.But layout is separated.
To set the background image for the container, create a CSS style for vBox, for example:
@mixin halo-ext {
@include halo;
.custom-style-vbox {
background: url(images/sample-image.png);
background-repeat: no-repeat;
background-position: center center;
}
}
Hi Olga,
This custom style where i will define to do Style.scss (or) halo-ext-default.scss (or) halo-ext.scss.
Hi Olga,
when i will set as back ground image in halo-ext-scss. Change as not happening.
1.Normal after that admin login screen.
.
2.This is my code.
.
3.after execution where it is back ground changes is happen that place mark.but back ground image is not visible.
give me suggestions,
thank you
I know this is old, but I came across it. If you just want a BG image in the WorkArea, this is easily done with Cuba Studio.
Just Extend the screen, and add an image element.