Remove Hover Shadow in Header
- The topic ‘Remove Hover Shadow in Header’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I’d like to turn off the film/shadow in the header when the cursor hovers.
I tried these but it didn’t work:
.header a:hover {
color: none;
}
.header-image a:hover {
color: none;
}
I’d still like to keep this function for regular images in posts, etc.
Thanks!
The blog I need help with is: (visible only to logged in users)
Hi!
Paste this code in custom css:
`
#header-image, #header-image img {
opacity: 1 !important;
}
`