How do I comment out the logo in the footer

GK User
Thu Jul 14, 2011 2:53 am
How do I comment out the mini-logo.png in the footer?
User avatar
Fresh Boarder

Konrad M
Thu Jul 14, 2011 4:11 am
Hi
You are asking how remove T3 Framework logo ?
User avatar

GK User
Thu Jul 14, 2011 4:24 am
No that is easy and in the template setting. On the demo: http://demo.gavick.com/joomla15/may2011/ . There is a mini logo to the left of the footer. I need to remove that.
User avatar
Fresh Boarder

Konrad M
Thu Jul 14, 2011 4:44 am
Try add to override.css
Code: Select all
#mini-logo {
    display: none;
}

and remember to enable override.css option in template settings
User avatar


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.