Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • dion77 Friend
    #193314

    Please, what should I do to have:
    a/. an image as body-background and
    b/. white color as header-background for Teline IV ?

    I am using the new Framework T3 and Joomla 3.2.1

    Thank you

    Example:


    1. example
    TomC Moderator
    #516902

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “No” within your Template Manager–General settings.

    dion77 Friend
    #516929

    Thank you for your answer !

    My Target is that webpage in joomla 2.5: http://endisy.gr
    I provide you with the url of the site I am working on: http://petie.org/endisy.gr/

    Don’t forget it’s joomla 3.2, so I don’t know how to set “Optimize CSS” to “No”
    (I can’t find it in Template Manager–General settings).

    Dionysis

    TomC Moderator
    #516930

    Your site appears to be password protected.

    Can you provide temporary login info – which you can send to me via private message?

    phong nam Friend
    #516948

    Hi Dionysis,

    You can try to create a custom.css file at templates/ja_teline_iv_t3/css/ path and put below override css codes into:

    body {
    background-image: url('your_background_image_path') no-repeat;
    }

    #t3-header {
    background: #fff;
    }

    dion77 Friend
    #517057

    It worked, thank you !

    But I would like also to have white background (or reduce the distance) in the screenshot i send you:
    Io the top, between header and body, in the main menu and between body and footer !

    Dionysis


    1. teline4
    TomC Moderator
    #517067

    In the same custom.css file you created per Leo’s recommendation above, try entering the following CSS:


    .topbar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF
    border-color: -moz-use-text-color #CCCCCC #CCCCCC
    border-image: none;
    border-right: 1px solid #CCCCCC
    border-style: none solid solid;
    border-width: medium 1px 1px;
    font-size: 11px;
    }

    .t3-mainnav {
    background: #FFFFFF
    border-bottom: 5px solid #000000
    border-top: 1px solid #CCCCCC
    margin-bottom: -1px;
    }

    .t3-mainbody {
    margin-bottom: -18px;
    padding-bottom: 0;
    padding-top: 0;
    }

    Let us know if that gets things closer to what you were wanting.

    dion77 Friend
    #517191

    It worked partially!

    It should be white background (or reduce the distance) on the top, between mainmenu and body and in the main menu !


    1. example
    TomC Moderator
    #517194

    Glad to be of assistance . . . . All the best with your continuing site development.

    🙂

    phong nam Friend
    #517206

    Hi dion77,

    You can add the following CSS styles into custom.css file:

    .topbar {
    display: none;
    }

    .navbar {
    margin-bottom: 0;
    }

    .ja-teline-wrap {
    margin-bottom: 0;
    }

    Let me know how it goes.

    dion77 Friend
    #517369

    It worked with your code, thank you !
    I just added the header background !

    #t3-header {
    background: #fff
    }

    .topbar {
    display: none;
    }

    .navbar {
    margin-bottom: 0;
    background: #f00
    }

    .ja-teline-wrap {
    margin-bottom: 0;
    }

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

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

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