Hi Team,
I want to display cards like this image. Is this possible somehow with Metronic themes, I checked most of the controls and dont see anything similar.
Looking forwards to your helpful response if such cards are possible.
https://ibb.co/KWh6HKm
Hi,
Sorry for the late reply.
You can use the below example for linkable cards:
<a href="#%22%20class=%22card%20hover-elevate-up%20shadow-sm%20parent-hover" target="_blank" rel="noopener noreferrer">
<div class="card-body d-flex align-items">
<span class="svg-icon svg-icon-1">
...
</span>
<span class="ms-3 text-gray-700 parent-hover-primary fs-6 fw-bold">
Example link title
</span>
</div>
</a>