This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
overview:custom_design [2013/12/25 05:10] Alia Approved |
overview:custom_design [2013/12/25 05:24] (current) |
||
---|---|---|---|
Line 17: | Line 17: | ||
* Existing CSS styles - shows you default styles. | * Existing CSS styles - shows you default styles. | ||
* Edit CSS - allows you to add your custom styles or edit default ones. To edit/add styles just add them into the box under "Edit CSS" section and click "Save". | * Edit CSS - allows you to add your custom styles or edit default ones. To edit/add styles just add them into the box under "Edit CSS" section and click "Save". | ||
- | |||
- | {{:design:admin-appearance-edit-theme-css.png?300|}} | ||
===== Site Panel ===== | ===== Site Panel ===== | ||
Line 95: | Line 93: | ||
Result: | Result: | ||
- | {{:design:console.png?300|}} | + | {{:overview:console_final.png?300|}} |
To add image as a background: | To add image as a background: | ||
Line 292: | Line 290: | ||
| | ||
Where #A9F5F2- is desired color code. | Where #A9F5F2- is desired color code. | ||
- | |||
- | Result: | ||
- | |||
- | {{:design:sign-in-custom-color.png?300|}} | ||
To add background image: | To add background image: | ||
Line 319: | Line 313: | ||
.ow_sign_in_cont { | .ow_sign_in_cont { | ||
background: none repeat scroll 0 0 #FFFFFF; | background: none repeat scroll 0 0 #FFFFFF; | ||
- | } | + | } </code> |
Where #FFFFFF (white) - is desired color code | Where #FFFFFF (white) - is desired color code |