T3 Logo effect

GK User
Fri Jan 28, 2011 7:28 am
Hi,

the t3Logo at the bottom, has an effect. By moving over it, you can see it clear.

Where can I change this, I want it to be clear even when you dont move over it.

I was looking with firebug. But cant find anything.

Can you tell me the file and position that is responsible for that, and whre I should
make the changes.

Thank you!
User avatar
Fresh Boarder

GK User
Fri Jan 28, 2011 9:13 am
it's a image located in the template/gk_sporter/images/t3_logo.png
User avatar
Platinum Boarder

GK User
Fri Jan 28, 2011 9:47 am
explodedk wrote:it's a image located in the template/gk_sporter/images/t3_logo.png


I know that its an image ( I allready have my own image). Not the image is the problem. I am talking about the hover (mouse-over) effect.

I dont want to have this effect, I want to see a clear (not transparent) Logo....

I changed background and its almost impossible to see the Logo on grey background. You are only able to see the logo when the mouse is over it.
User avatar
Fresh Boarder

GK User
Fri Jan 28, 2011 11:34 am
well the image is both the hover effect and the normal...

hovever.. code for the t3logo
css3.css
Code: Select all
#t3_logo { filter: alpha(opacity=25); opacity: 0.25; }
#t3_logo:hover { filter: alpha(opacity=100); opacity: 1.0; }
User avatar
Platinum Boarder

GK User
Tue Feb 08, 2011 11:09 pm
how can we replace the link of T3 logo with the link we desire?
User avatar
Fresh Boarder

teitbite
Thu Feb 10, 2011 3:42 am
Hi

You can find it in layouts/default.php line 107.
User avatar
Moderator


cron