Tagged: enfold, logo, mouse-over
Hi, is there anyway to get the main logo to have the same mouse-over effect as other graphics (lighten in color?). Thanks
Hi mediumstudio!
You could try something like:
.logo a:hover {
opacity: .90;
}
and adjust the opacity value. It isn’t the exact same effect but its fairly close.
Cheers!
Devin
that’ll do it! much thanks!
Glad we could help. Let us know if you have any other questions or issues.