test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • reweb Friend
    #150376

    Hi,

    I am having difficulties in set css background that reaches the entire page at Seleni . Someone can help me?

    Thanks : )

    Saguaros Moderator
    #340448

    Dear reweb!

    Here is the solution :

    Please open the file: /templates/ja_seleni/css/template.css and find codes:
    1)

    body#bd { background: #fff; color: #333; }

    and replace:

    body#bd { background: red; color: #333; }

    2)
    #ja-breadcrumbs .main { color: #666; font-size: 92%; font-weight: bold; }

    and replace:
    #ja-breadcrumbs .main { color: #666; font-size: 92%; font-weight: bold;background:#FFF }

    3)

    #ja-container {
    background: #fff;
    position: relative;
    z-index: 5;
    }

    and replace:

    #ja-container {
    background:red;
    position: relative;
    z-index: 5;
    }

    4)

    #ja-container .main {
    padding: 10px 0 0;
    min-height: 300px;
    }

    and replace:

    #ja-container .main {
    padding: 10px 0 0;
    min-height: 300px;
    background:#FFF
    }

    5)

    #ja-botsl .main {
    background: url(../images/dot-line.gif) repeat-x left top;
    padding: 3px 0 0;
    }

    and replace:

    #ja-botsl .main {
    background: #FFF;
    padding: 3px 0 0;
    }

    Good luck

    reweb Friend
    #340471

    Thanks, but I changed each of these codes (using “background: url (../../ images / fundo.png”) because I want to insert an image as the background.). However the area remains white. Send you a screenshot below.

    In the header I was able to change the background in the file “red.css” using “# ja-header (background: url (../../ images / fundo.png); border-bottom: 4px solid # 2f542d;) ‘but the whole white area as seen in the picture i can not change to an backgroun pattern changing the code that you’ve indicated.

    Saguaros Moderator
    #340536

    Dear reweb!

    Please give me the link to your site via PM, and put the background image into the “images” inside the template’s folder

    Thanks

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

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 14 years, 7 months ago.

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