Sana theme background Q

Latest Reply from SciFi at 2013-02-22 14:25:46 Solution
Would I be able to change the background in the Sana theme, and if so, what size image. Cd the background be set to stay in place while the content frames move up/down?

Hello.

absolutely you can change the background in all themes.

follow this solution:

Find this folder ->

YourThemeFile/Images


search for ->

background.jpg


and replace your favorite background in this folder.

remember before deleting or replacing check the Dimensions of the picture and re-size or set your picture with the original Dimension's background theme.

<center><hr></center>

For fixing the background to stay with scroll up/down follow this solution:

Find ->

YourThemeFileDirectiory


open Style.css with notepad or some editor and search this code:

images/background.jpg

or

background:url(images/background.jpg) 50% top no-repeat;


add this word to the code

fixed


it should look like this:

background:url(images/background.jpg) 50% top no-repeat fixed;


Hope work.
Have fun!
I truly appreciate the incredibly lucid answer, M3.

SciFi

Leave a reply

Add codeAdd image