Archived topic
Post Grid block title hover color
9 replies · Started by Fekry on March 21, 2020
Hi there..
1- I need CSS for changing post grid block title hover to black in )home page(.
2- And I need another CSS for changing post grid block title hover to black in )inside page(.
my site is not ready yet! So, if you want to have a look, Could I back to “coming soon active” after launch site for a while?
thanks in advance
Hi there,
Post grid block isn't built-in GP so yes we would need to see the site.
Can you disable the coming soon page for now?
Thanks :)
Hi.. I disabled the coming soon page, and wait your help.
I'm still seeing the Coming soon page unfortunately.
please, try now.
Have you tried the title color hover in WP Show Posts?
https://docs.wpshowposts.com/article/content-overview/
Yes, It works with WP show posts, but I want title hover color to work with post grid block. So, what should I do?
Hi there,
Try adding this CSS:
.uagb-post__text .uagb-post__title a:hover {
color: #000 !important;
}
It worked perfect. thanks David.
Glad to be of help