hi,
how do i add a hover transparency to the logo?
best regards
hi,
how do i add a hover transparency to the logo?
best regards
got it - add following code into style.css
.logo a:hover{
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.70;
}Glad that you found a solution :)
You must log in to post.