Hi,
Is it possible to remove the button from the back of the card element? I can’t seem to figure out how to do it.
Thanks,
Renzo.
Hi,
Is it possible to remove the button from the back of the card element? I can’t seem to figure out how to do it.
Thanks,
Renzo.
Hi Renzo,
Thank you for reaching out to us. To hide the back button, add the following code in the Card element’s Element CSS section:
$el .is-back .x-anchor-button {
display: none;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.