The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
I know i can change background by color. How can i make an image my background?
Offline
In templates/your-template/css/style.css use:
body {background: #color url('../images/background.jpg') no-repeat center top fixed;}
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Seem like that code didn't work.
I found this code in style-dark.css
body {background:#000 url('../images/bg.png') top left repeat-x;}
I uploaded a bg.png and it work but it only cover half the screen. How to make it cover the entire screen?
Offline
Please see my previous post.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I did that. add your code above in style.css and uploaded background.jpg image, nothing happens with the background.
Offline
You want the background to repeat? If yes, you just need a repeat-x;
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
This worked.
body {background:#000 url('../images/bg.png') top left repeat;}
Offline
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1