Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • country212 Friend
    #170426

    How can you replace the white border lines of the template with another image?

    Example image :


    1. whitelinereplace
    tfosnom Friend
    #424225

    looking at the site url the lines are pinkish change this css declaration to what colour you want it
    body, td, th {
    color: #FFCCFF;
    Shane

    TomC Moderator
    #424253

    One of the culprits seems to be a css border

    In template.css, at lines 791-796:


    /* MAIN LAYOUT DIVS
    --------------------------------------------------------- */
    #ja-container .main {
    border-top: 1px solid #e7e8e9;
    border-bottom: 1px solid #e7e8e9;
    }

    Change or remove the border color parameter.

    The other culprit seems to be an image –> /templates/ja_erio/images/line.gif

    In template.css, lines 798-808:


    body .ja-r1 .main {
    background: url(../images/line.gif) repeat-y left top;
    }


    .main .main-inner1 { margin-left: 0 !important; margin-right: 0 !important; }


    #ja-main .inner {
    background: url("../images/line.gif") repeat-y scroll 100% 0 transparent;
    border-left: 1px solid #E7E8E9;
    padding-top: 20px;
    }

    Either change/delete the background to “background: none;” and modify the border color (as in the first example above), or modify the image.

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

This topic contains 3 replies, has 3 voices, and was last updated by  TomC 12 years, 11 months ago.

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