It would be cool if the “read more” buttons would have an id because not every content has the same length. So it would be possible to set <<display: none;>> to those in short text boxes or give them a different look if one want.
In ContentgridWP I solved this by adding following code in line 299:
<<id=”RMbutton-{{id}}-{{loop.index}}”>> before class=”…
This could be done to the cards as well. Line 366? Not sure.
Also great would be the possibility to choose if the button should open the Post with lightcase. At the moment I just added <<data-rel=”lightcase”>> in line 300. Did the same with the title…
Anyway, you’re doing great! Keep on!