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

How to change background on login | Forum

Topic location: Forum home » Development » Themes
Afham
Afham Feb 19 '13
I want to change the background on login, any help ? At least can change the color its already helps.. Look at my attachment..
Attachments:
  IMG_2456.PNG (151.94Kb)
Bobby
Bobby Feb 19 '13
In base.css
look for

/* ---- SignIn Form styles ---- */

.ow_sign_in_cont {

    width:100%;

    height:100%;

    position:absolute;

    top:0;

    left:0;

    background:#fff; <-------- Change that color

    z-index:97;

}

*Bobby is not responsible for destroying your site :)
Unique
Unique Feb 19 '13

Quote from Bobby In base.css look for
You look even smarter to know oxwall code..

Quote from Bobby *Bobby is not responsible for destroying your site :)
I love You...Thank You
Bobby
Bobby Feb 19 '13
Thank you, Unique! I am learning :)
Afham
Afham Feb 20 '13
Nothing happen...any solutions?
Bobby
Bobby Feb 20 '13
Hi Afham -
You first have to go into ow_includes/config.php
Scroll to the bottom of config
Change dev mode from "false" to true.
Re-upload config file.

Now you may change the color # in the base.css file in the folder of your current theme.
Don't forget to change config file back to "false" for dev mode when you are done.

If you are unsure about doing any of this - dont break your site - search this forum for these things I've mentioned and you will find more information.
Afham
Afham Feb 21 '13
thanks!!! it work!! stick this thread!! its useful