Home › Forums › Pro Support › Read more button › Reply To: Read more button
February 13, 2019 at 4:51 pm
#7772
Keymaster
1. We can definitely do this, but where would the icon come from? Does your site have Font Awesome added to it?
2. Try adding this CSS:
.wp-show-posts-inner:hover img {
-moz-filter: grayscale(1);
-webkit-filter: grayscale(1);
filter: grayscale(1);
transition: all .1s;
}
We’ll try to get that fixed in the official 1.0 release.
Thanks!