Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • treybraid Friend
    #153613

    …all ive done so far is just replace the file’s…. and ftp’d it… what else do i need to do?

    http://www.lagrangedevelopment.com

    i noticed in the plugins/system/jat3.base-themes/defaulty/css/template.css that there was a reference at the end of:

    looks like a direct reference to ja:

    .t3-logo-light a { background-image: url(http://static.joomlart.com/t3/logo/t3_logo_light.png); }
    .t3-logo-dark a { background-image: url(http://static.joomlart.com/t3/logo/t3_logo_dark.png); }

    .t3-logo-light-sm a { background-image: url(http://static.joomlart.com/t3/logo/t3_logo_light_sm.png); }
    .t3-logo-dark-sm a { background-image: url(http://static.joomlart.com/t3/logo/t3_logo_dark_sm.png); }

    i changed it to this and it still isnt working:

    .t3-logo-light a { background-image: url(../images/t3-logo.png); }
    .t3-logo-dark a { background-image: url(../images/t3-logo.png); }

    .t3-logo-light-sm a { background-image: url(../images/t3-logo.png); }
    .t3-logo-dark-sm a { background-image: url(../images/t3-logo.png); }

    again all i have done is substitute my graphic for the default… what am i missing…

    thanks
    trey

    treybraid Friend
    #352971

    ok this is what i added— this was added to the template.css in the template folder ( did have the adjust the dimensions in the template.css in plugins folder too ) and it took care of the issue!!!

    http://www.lagrangedevelopment.com

    /* T3 Framework logo —*/
    #ja-poweredby {
    position: absolute;
    top: 4px;
    right: 10px;
    text-indent: -9999px;
    background-image: url(../images/t3-logo.png);
    height: 40px;
    widht: 170px;
    }

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

This topic contains 2 replies, has 1 voice, and was last updated by  treybraid 14 years, 3 months ago.

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