Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sebbs Friend
    #200707

    site: 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


    1. greenorwood
    Ninja Lead Moderator
    #546937

    You 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;
    }

Viewing 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