Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • jakubd Friend
    #181413

    I have a couple questions…

    Is there anyway to add images to the left and right sides of the JA Teline IV template to fill the white space?

    Is it possible to add a background image for the entire page of the template?

    jakubd Friend
    #469990

    I ended up finding this extension: http://www.buaxua.vn/forum/viewtopic.php?f=12&t=99

    But I’m still wondering if JA Teline IV can have a background image.

    Luna Garden Moderator
    #470051

    <em>@jakubd 342196 wrote:</em><blockquote>

    But I’m still wondering if JA Teline IV can have a background image.</blockquote>

    Glad that you have find a module by yourself : )

    About the background image, please go to this CSS file
    templates/your_template_folder/css/template.css

    Find these lines, (about line 19th )

    body#bd {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font-size: 12px;
    line-height: 1.5;
    }

    Change value of background to

    background: url(your_image_path) 0 0 #FFFFFF;
    with your image path.

    jakubd Friend
    #470196

    Thank you! That’s great. It’s just too bad that the menus and search and headlines are transparent.

    Luna Garden Moderator
    #470208

    <em>@jakubd 342462 wrote:</em><blockquote>Thank you! That’s great. It’s just too bad that the menus and search and headlines are transparent.</blockquote>
    If you want to change the background of them, it’s easy.
    On this line too

    templates/your_template_folder/css/template.css

    find these line:

    #ja-topbar .main {
    border-bottom: 1px solid #CCCCCC
    color: #999999
    font: 92%/26px Arial,sans-serif;
    }

    and

    #ja-mainnav .main {
    border-top: 1px solid #CCCCCC
    margin-bottom: 12px;
    }

    add property background for them.

    Luna Garden Moderator
    #470209

    <em>@jakubd 342462 wrote:</em><blockquote>Thank you! That’s great. It’s just too bad that the menus and search and headlines are transparent.</blockquote>
    If you want to change the background of them, it’s easy.
    On this line too

    templates/your_template_folder/css/template.css

    find these line:

    #ja-topbar .main {
    border-bottom: 1px solid #CCCCCC
    color: #999999
    font: 92%/26px Arial,sans-serif;
    }

    and

    #ja-mainnav .main {
    border-top: 1px solid #CCCCCC
    margin-bottom: 12px;
    }

    add property background for them.

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

This topic contains 6 replies, has 2 voices, and was last updated by  Luna Garden 11 years, 7 months ago.

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