- Thank you received: 0
change the background
-
IGW
-
Topic Author
- New Member
-
Less
More
13 years 1 month ago #20416
by IGW
change the background was created by IGW
can i change:
1. the background with a jpg file? because i want to put some wooden texture background
2. the stripes behind the top menu, carousel and footer
if i made the changes, is it automatically change the mobile view?
thanks
1. the background with a jpg file? because i want to put some wooden texture background
2. the stripes behind the top menu, carousel and footer
if i made the changes, is it automatically change the mobile view?
thanks
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6849
- Thank you received: 727
13 years 1 month ago #20444
by milos
Replied by milos on topic change the background
Sorry for late answer.
1. You should upload image in the images folder of your template and then you can add this in any CSS file:
2. I don't understand that. Can you attach a screenshot?
1. You should upload image in the images folder of your template and then you can add this in any CSS file:
Code:
body {
background:url(../images/imagename.jpg);
}
2. I don't understand that. Can you attach a screenshot?
Please Log in to join the conversation.
-
IGW
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 1 month ago - 13 years 1 month ago #20463
by IGW
Replied by IGW on topic change the background
Last edit: 13 years 1 month ago by IGW.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #20473
by ivan.milic
Replied by ivan.milic on topic change the background
First stripe:
layout.css:
.wrapper2 {
margin: 0;
background: url(../images/content_bg2.png);
}
second stripe:
.wrapper4 {
margin: 0;
background: url(../images/carousel_bg2.png) repeat-x;
}
Background color:
body {
background:#FFFFFF url(../images/imagename.jpg);
}
(first color then image url)
layout.css:
.wrapper2 {
margin: 0;
background: url(../images/content_bg2.png);
}
second stripe:
.wrapper4 {
margin: 0;
background: url(../images/carousel_bg2.png) repeat-x;
}
Background color:
body {
background:#FFFFFF url(../images/imagename.jpg);
}
(first color then image url)
The following user(s) said Thank You: IGW
Please Log in to join the conversation.
Time to create page: 0.196 seconds