Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Disable hover effect Re: Disable hover effect

#102330
TheDoc
Member

To remove the box-shadow you can do this:

a #banner:hover {box-shadow: 0 0 0; }