treka555 Posted December 26, 2013 Share Posted December 26, 2013 i want to change the white back-ground of the default theme into image, where to upload the image? Link to comment Share on other sites More sharing options...
walidon Posted December 26, 2013 Share Posted December 26, 2013 well , you should go to the css of your them (root/themes/your-theme/css/global.css so what we will modify is the file called global.css open you file with an editor and look for the line where there is the line body like this body{ font:normal 12px/1.35 Arial, Verdana, sans-serif; color:#676767; background:#fff } you have to change the background: #fff to background-image: url(../img/your-pic.jpg);;background-repeat: no-repeat;background-attachment: fixed;background-size: cover; where the url is where your image is saved and the your-pic.JPG is the name of your image 1 Link to comment Share on other sites More sharing options...
treka555 Posted December 26, 2013 Author Share Posted December 26, 2013 thank you guys for your help, i have another question if any one can help me i want to add simple menu like this one in the attachment, i want to change the content of the default theme to be like this one just the menu and the content after it Link to comment Share on other sites More sharing options...
walidon Posted December 26, 2013 Share Posted December 26, 2013 (edited) Open a new topic for your new question and mark this one as solved if your question had been answered. (to abide to the rules) Edited December 26, 2013 by walidon (see edit history) 1 Link to comment Share on other sites More sharing options...
Recommended Posts