Jump to content

Brighter posters on hover


adamstewiegreen

Recommended Posts

adamstewiegreen

The posters get darker on hover and I would like the opposite effect, I can' t seem to figure it out.  Any help would be appreciated.

Link to comment
Share on other sites

adamstewiegreen

how about just getting rid of the dark on hover?  It makes things harder to read too (which is why I want it gone).

Link to comment
Share on other sites

It helps provide a visual cue of interactive content and that's why I think it needs to be there. But yes if you want to hack around with some custom css, I'm sure you could find a way to remove it.

Link to comment
Share on other sites

adamstewiegreen

yes, I already added a color change and a zoom in to cardBox, so there are already 2 visual cues...

Link to comment
Share on other sites

Happy2Play

The posters get darker on hover and I would like the opposite effect, I can' t seem to figure it out.  Any help would be appreciated.

 

As far a I know you would have to dim the images and have hover remove it.

Link to comment
Share on other sites

adamstewiegreen

I settled on this since my background have a dark tint (and the blue radiance background works well with it too...

.cardBox{
opacity: .85;}

.cardBox:hover{
opacity: 1;}

Also, below will get rid of the dark hover.

.cardOverlayContainer{background: none!important;}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...