I would like to change the picture but I cannot

GK User
Tue Apr 19, 2011 5:53 am
I change the picture t3-logo.png but it can not change and also has lower image happened.
User avatar
Junior Boarder

Konrad M
Tue Apr 19, 2011 8:56 am
Hi
You can't becasue image is a background for div #t3_logo and it has height 20px setted in css.
Just add to override.css
Code: Select all
#t3_logo {
height:20px;
width:160px;
}


and change values to the same as your's picture. Of course remember to enable override.css option in template settings
User avatar

GK User
Tue Apr 19, 2011 11:45 am
Hi
Thank you so much and i would like to ask about how to change url in t3-logo.png ? http://wiki.joomlart.com/wiki/JA_Templa ... k/Overview

Thank you for your help
Thank you
jack
User avatar
Junior Boarder


cron