- Posts: 2
- Thank you received: 0
Change CSS-Style of Body-Background-Imgages
-
Hasenmen
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 3 months ago #4222
by Hasenmen
Change CSS-Style of Body-Background-Imgages was created by Hasenmen
Hello!
The Template use
body{
background:url("/templates/hot_sportal/images/bg_2.png") repeat scroll 0 0 #FFED00;
color:#272727;
font-size:12px;
}
at the moment.
I want to change it in
body{
background:url("/templates/hot_sportal/images/bg_2.png") repeat fixed center top #333333;
font-size:12px;
}
Can someone help me?
Thanks
The Template use
body{
background:url("/templates/hot_sportal/images/bg_2.png") repeat scroll 0 0 #FFED00;
color:#272727;
font-size:12px;
}
at the moment.
I want to change it in
body{
background:url("/templates/hot_sportal/images/bg_2.png") repeat fixed center top #333333;
font-size:12px;
}
Can someone help me?
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 3 months ago #4228
by ivan.milic
Replied by ivan.milic on topic Re: Change CSS-Style of Body-Background-Imgages
Hi,
you can change css properties for body by editing:
Administration
Extensions->Template Manager-><Your template name>->Edit CSS->Lauot.css
you can change css properties for body by editing:
Administration
Extensions->Template Manager-><Your template name>->Edit CSS->Lauot.css
Please Log in to join the conversation.
-
Hasenmen
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
14 years 3 months ago - 14 years 3 months ago #4241
by Hasenmen
Replied by Hasenmen on topic Re: Change CSS-Style of Body-Background-Imgages
I've tried to modify layout.css. It does not work. I´ve changed bg_2.jpg.
The Template show it with this css-style:
repeat scroll 0 0 # FFED00
I would like that view:
repeat fixed center top # 333333
If I change the layout.css, it does not exist!
Firebug with Firefox show me this words:
www.sv...lte.com#2(Zeile 210)
body {
background: url("/templates/hot-sportal/images/bg_2.png") repeat scroll 0 0 #FFED00;
color: 272727;
font-size: 12px;
}
layout.css (Zeile 9)
body{
[strike]background: url("/templates/hot-sportal/images/bg_2.png") repeat fixed center top #333333;[/strike]
font-family: Arial, Helvetica, sans-serif;
margin: 0;
overflow-x: hidden;
padding: 0;
}
I hope it was understandable. My English is not so good.
Thanks again
The Template show it with this css-style:
repeat scroll 0 0 # FFED00
I would like that view:
repeat fixed center top # 333333
If I change the layout.css, it does not exist!
Firebug with Firefox show me this words:
www.sv...lte.com#2(Zeile 210)
body {
background: url("/templates/hot-sportal/images/bg_2.png") repeat scroll 0 0 #FFED00;
color: 272727;
font-size: 12px;
}
layout.css (Zeile 9)
body{
[strike]background: url("/templates/hot-sportal/images/bg_2.png") repeat fixed center top #333333;[/strike]
font-family: Arial, Helvetica, sans-serif;
margin: 0;
overflow-x: hidden;
padding: 0;
}
I hope it was understandable. My English is not so good.
Thanks again
Last edit: 14 years 3 months ago by Hasenmen.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 3 months ago - 14 years 3 months ago #4245
by ivan.milic
Replied by ivan.milic on topic Re: Change CSS-Style of Body-Background-Imgages
Then use Edit HTML option for template and try to put css definitions just before <body> tag or even put that in style=... of body tag
Last edit: 14 years 3 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.158 seconds