- Posts: 18
- Thank you received: 0
Changing background color on the logo area
-
ntg
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 11 months ago #29131
by ntg
Changing background color on the logo area was created by ntg
Hi there!
How can i change the color in the logo area from orange to black and also the height.
Thanks
How can i change the color in the logo area from orange to black and also the height.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #29142
by ivan.milic
Replied by ivan.milic on topic Changing background color on the logo area
In layout.css:
.header {
height: 100px;
margin: 0 auto;
background: url(../images/header_bg.png) repeat-x;
}
change height and background properties
.header {
height: 100px;
margin: 0 auto;
background: url(../images/header_bg.png) repeat-x;
}
change height and background properties
Please Log in to join the conversation.
-
jean972
Inactive member -
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
11 years 3 months ago - 11 years 3 months ago #35906
by jean972
Replied by jean972 on topic background goes to blank
When i go on an other page apart from the Home page my background dont show up .. it shows the bg1.jpg but after its just blank why please and whows no other background
but on the home page i see all of the backgrounds
but on the home page i see all of the backgrounds
Last edit: 11 years 3 months ago by jean972.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #35913
by ivan.milic
Replied by ivan.milic on topic background goes to blank
Use absolute path for that image in background property
The following user(s) said Thank You: jean972
Please Log in to join the conversation.
Time to create page: 0.157 seconds