NattyWP - Community Forum
Welcome, Guest. Please login or register.
NattyWP Community « Configuration and Development « Easy Touch theme « Adding tiled background image into Easy-touch theme.
Pages: [1]   Go Down
  Print  
Author Topic: Adding tiled background image into Easy-touch theme.  (Read 1642 times)
wonderdog
Newbie
*
Karma: 10
Posts: 6
View Profile WWW

Hello,
I just recently purchased the Easy-touch theme and I was hoping to change the background from the default gray to a patterned image file. I've been able to change the color, but wish to explore a tiled graphic image.
I haven't been able to find the specific line of code in the css stylesheet. I'm not familiar with code writing, but I can cut and paste with some direction. Any help would be greatly appreciated. Thanks in advance.

Keith
Logged
Dmitry A
NattyWP Team

Sr. Member
*****
Karma: 101
Posts: 243
View Profile

Hello, you can change background color and background image.
Open css/style.css and set-up background-color and background-image for body,html tag

body, html {
background-color:#E5E6E8;
background-image:url(../images/bg-header.gif);
background-repeat:repeat-x;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:100%;
line-height:20px;
}

You can also order our customization service, if you'll have some problems. Just submit a ticket to Customization dept. and our support will quote your work.
Logged

Pages: [1]   Go Up
  Print  
 
Jump to: