We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

www.mysocio.ml (How to add backround image on login) | Forum

Topic location: Forum home » Support » General Questions
ArfanRahman
ArfanRahman Jun 20 '17
My Site: http://www.mysocio.ml

I want to change background image of signin page.Visit my site to watch what theme I use.I will get your answer directly by using my site.If you are no time for it give answer here.
Christian
Christian Jun 20 '17
here change background :ow_static/themes/showcase/images/bg.jpg
and replace with another


http://www.mysocio.ml/ow_static/themes/showcase/images/bg.jpg
Darryl B Leader
Darryl B Jun 20 '17
You can add a background image by adding the following css to the custom css for the Showcase theme in the admin panel "admin / theme / customize. click on the css tab"

body.base_sign_in .ow_page_wrap {
    background-image: url("add you image url here");
    background-size: 100% 100%;
    background-attachment: fixed;
}
ArfanRahman
ArfanRahman Jun 20 '17
Christian Darryl B Thanks