post grid hover in color

Ticket for: Combo Blocks
0
post grid hover in color 1
Jakub Mikołajuk
Jul 09, 2019 10:59 PM 1 Answers
Member Since Jul 2019
Subscribed Subscribe Not subscribe
Flag(0)

hi, i found in description, that there is a way to make a colored hover, but i can't see any place, where i can do that.

My goal is featured image colored with a little opacity on hover. Hov can i do it?

2 Subscribers
post grid hover in color 1
post grid hover in color 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
post grid hover in color 4
PickPlugins
Jul 09, 2019
Flag(0)

Welcome to our forum.

There is option available to do that, but i can help you by custom CSS, please send me your post grid page url. and send me a demo like you want.

Regards

post grid hover in color 5
PickPlugins
- Jul 13, 2019 11:32 AM
Flag (0)
0

You can use the following CSS to hover effect on the featured image

.layer-media:hover a:after {
position: absolute;
width: 100%;
height: 100%;
background: #009fe1;
content: "";
z-index: 99999999999999999;
top: 0;
left: 0;
opacity: .3;
transition: all ease .3s;
}

.layer-media a {
position: relative;
display: block;
}

Please see the screenshot
https://imgur.com/JC1tG7O

I can see hover color for filter navs is working fine. let me know for more help.
Regards

post grid hover in color 6
Jakub Mikołajuk
- Jul 10, 2019 12:27 PM
Flag (0)
0

Have you looked at this site and the blue hover? 😉

post grid hover in color 6
Jakub Mikołajuk
- Jul 10, 2019 12:26 AM
Flag (0)
0

Thanks man 🙂

here is the site: http://jmpublicity.nazwa.pl/lactima-www/serowe-inspiracje/

the password is: LActima!1980

On hover i try to get this color: #009fe1 with opacity 70% but it does not work. I ve changed radius of filter box, aded stroke, changed font, but i can not add this color on hover :/

Sign in to Reply
Replying as Submit