change the background

  • IGW
  • Topic Author
  • New Member
  • New Member
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

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
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:
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
  • New Member
More
13 years 1 month ago - 13 years 1 month ago #20463 by IGW
Replied by IGW on topic change the background
The way i changed the background is i upload image to the folder and rename the image same like the default image on sytle no 1. "patt_1.jpg" and it is work.




how to delete the "Articles" word?
how to change the color of the white background and the fonts?
Attachments:
Last edit: 13 years 1 month ago by IGW.

Please Log in to join the conversation.

More
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)
The following user(s) said Thank You: IGW

Please Log in to join the conversation.

Time to create page: 0.196 seconds
Powered by Kunena Forum