…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