-
AuthorPosts
-
sebbs Friend
sebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
August 21, 2014 at 7:05 pm #200707site: http://mp.dev.dnsnetworks.ca/
Hello, my client has requested background color changes at the top of the site (where the green color is) behind her logo
AND
she would like the sides of the website to be a certain color as well (to get rid of the white space and make the content/center pop)
Where would I change these and is the 2nd one possible at all?
See photo
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 22, 2014 at 6:47 am #546937You can change the image in top on your site from templates/ja_droid/themes/green/css/template.css file
Find and change the background
#ja-header { background: url(../images/header-bg.jpg) repeat-x left top; }
With image path: templates/ja_droid/themes/green/images/header-bg.jpg
If you wish to change white color in left and right content site, you need to add the background code in css style below
#ja-topsl {
background: red !important;
}#ja-highlight {
background: red !important;
}#ja-topsl1 {
background: red !important;
}#ja-container {
background: red !important;
}1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
background color changes
Viewing 2 posts - 1 through 2 (of 2 total)