Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • bommerts Friend
    #179513

    Does anyone know how to change the background color of the right column modules in JA Purity II?

    I’ve tried various changes in template.css to no avail.

    Thanks!
    Joe

    Ninja Lead Moderator
    #462654

    Hi Joe,

    You can open templates/ja_purity_ii/css/template.css file

    And change css global and main content

    body#bd {
    background: #107E14 -> change here
    color: #333
    }

    #ja-container {
    background: url(../images/container-bg.gif) repeat-x top white; -> change here
    position: relative;
    z-index: 5;
    border-bottom: 5px solid #CCC
    }

    Regards

    bommerts Friend
    #462724

    Thank you, but that did not work – the right side modules are still white. Am I missing something?

    Here is the site: http://www.eaststreetpilates.com

    Thanks!
    Joe

    denis25 Friend
    #462741

    use the Suffix of class CSS : _blue, _black, _red, or _green
    in the backend of the modules.

    bommerts Friend
    #462743

    <em>@denis25 332469 wrote:</em><blockquote>use the Suffix of class CSS : _blue, _black, _red, or _green
    in the backend of the modules.</blockquote>

    Does _white work?

    Ninja Lead Moderator
    #462761

    Class suffix default on JA Purity: _blue, _green, _red and _black

    If you can (_white classe suffix) customize from css file: templates/ja_purity_ii/css/template.css

    Duplicate format script below and change to white

    div.module_blue {
    background: url(../images/bb-br.gif) no-repeat bottom right #069
    }

    div.module_blue .ja-box-bl {
    background: url(../images/bb-bl.gif) no-repeat bottom left;
    }

    div.module_blue .ja-box-tl {
    background: url(../images/bb-tl.gif) no-repeat top left;
    }

    div.module_blue .ja-box-tr {
    background: url(../images/bb-tr.gif) no-repeat top right;
    }

    div.module_blue a { color: #7BA566 }

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  Ninja Lead 12 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum