We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Read more button Reply To: Read more button

#7772
Tom
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!