- Posts: 4
- Thank you received: 0
Static Background
- rob barrett
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
10 years 9 months ago #7730
by rob barrett
Static Background was created by rob barrett
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
10 years 9 months ago #7731 by Trung Duong
Replied by Trung Duong on topic Static Background
Hi,
Please add your domain to get support (You should add it in your member area), if you did not add domain then we will do not support in next time.
Here is the code that you need to modify:
change to this code:
Regards
Please add your domain to get support (You should add it in your member area), if you did not add domain then we will do not support in next time.
Here is the code that you need to modify:
Code:
body#ot-body {
background: url(../images/body-bg.png) 0 0 repeat;
color: #444444;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
}
change to this code:
Code:
body#ot-body {
background: url(../images/body-bg.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #444444;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
background: url(images/bg.jpg) no-repeat center center fixed;
}
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
Time to create page: 0.187 seconds