Change dots popping up when hovering over an image
-
Hi there,
I was wondering if there is a way to turn the black dots off that pop up on this theme when hovering over the images. I think it should either be text that pops up (like on the “featured” images) or nothing at all.
Thanks a bunch,
GregorThe blog I need help with is: (visible only to logged in users)
-
Hello there!
Dropping this code in your custom CSS area should do the trick:
.featured-image a:after { content: " "; }Then if you’d also like the images not to fade to white with the border then this code will stop that:
.featured-image:hover a img { opacity: 1; } .featured-image:hover a:before { border: none; }Let me know if that doesn’t work!
Sage -
-
- The topic ‘Change dots popping up when hovering over an image’ is closed to new replies.