Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • turminator Friend
    #162588

    Hello,

    I’m using your template in: http://www.americancustombikers.com/ and now I want to add attached image in background of my website. How can I do?

    Many thanks for all!


    1. Fondo-web
    aman204 Friend
    #385617

    To avoid confusion, Can you please provide in screenshot marked with annotations of area where you wish to show in this image

    turminator Friend
    #385625

    Hello aman204,

    I attached an image with representation that I would like.

    Many thanks!


    1. test
    aman204 Friend
    #385628

    <em>@turminator 233271 wrote:</em><blockquote>Hello aman204,

    I attached an image with representation that I would like.

    Many thanks!</blockquote>

    You can change this::

    body#bd {template.css (line 22)
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font-size: 12px;
    }

    to

    body#bd {template.css (line 22)
    background: url(../images/sample.png) no-repeat 0 100px;
    color: #000000;
    font-size: 12px;
    }

    and update image path accordingly along with image upload to specific directory

    Also, You can adjust in 100px value accordingly

    turminator Friend
    #385629

    Hi anan204,

    Thanks for your reply. I search inside template.css but I not found this html code. Can you say me what file I need to modify?

    Many thanks!

    aman204 Friend
    #385632

    <em>@turminator 233276 wrote:</em><blockquote>Hi anan204,

    Thanks for your reply. I search inside template.css but I not found this html code. Can you say me what file I need to modify?

    Many thanks!</blockquote>

    The specific template.css file is present in T3 framework plugin css folder so it could revert back if you update specific framework in future so you can instead, update it in template.css file present in template one

    templates/ja_business/css/template.css around line 51

    aman204 Friend
    #385633

    <em>@turminator 233276 wrote:</em><blockquote>Hi anan204,

    Thanks for your reply. I search inside template.css but I not found this html code. Can you say me what file I need to modify?

    Many thanks!</blockquote>

    The specific template.css file is present in T3 framework plugin css folder so it could revert back if you update specific framework in future so you can instead, update it in template.css file present in template one

    templates/ja_business/css/template.css around line 51

    turminator Friend
    #385636

    Hello aman204,

    I’m searching and in my template.css only appears this html code:

    [PHP]body#bd { color: #6d625b; }[/PHP]

    I’m working with Joomla 1.5. Also I test to change in JAT3 system but not happes.Also I delete cache system.

    Many thanks!

    aman204 Friend
    #385637

    <em>@turminator 233284 wrote:</em><blockquote>Hello aman204,

    I’m searching and in my template.css only appears this html code:

    [PHP]body#bd { color: #6d625b; }[/PHP]

    I’m working with Joomla 1.5. Also I test to change in JAT3 system but not happes.Also I delete cache system.

    Many thanks!</blockquote>

    Yes, You can update this somewhat like this::

    body#bd { color: #6d625b;background: url(../images/sample.png) no-repeat 0 100px;}

    and then, make changes for image path along with axis as suggested earlier

    turminator Friend
    #385646

    Many thanks aman204,

    It seems that now loads correctly but only shows in left position. I would like that can shows also in center and right position. You can look it at:

    http://www.americancustombikers.com/

    I say many thanks.

    aman204 Friend
    #385711

    <em>@turminator 233294 wrote:</em><blockquote>Many thanks aman204,

    It seems that now loads correctly but only shows in left position. I would like that can shows also in center and right position. You can look it at:

    http://www.americancustombikers.com/

    I say many thanks.</blockquote>

    Change this::

    body#bd {template.css (line 51)
    background: url(“/images/fondo.png”) no-repeat scroll 0% 300px transparent;
    color: #6D625B;
    }

    to

    body#bd {template.css (line 51)
    background: url(“/images/fondo.png”) no-repeat scroll 50% 300px transparent;
    color: #6D625B;
    }

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

This topic contains 11 replies, has 2 voices, and was last updated by  aman204 13 years, 7 months ago.

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