How to delete "Button" from Back of the card

How to delete “Back Button” from Back of the card? Please refer to the restaurant site demo

Hello Deejay,

Thanks for posting in!

To remove the back button, simply click the card element and then go to Card > Back Button and leave the Link URL with an empty value.
2CPm1DVyQlWAcprrfy6ZWQ

We would love to know if this has worked for you. Thank you.

No, it didn’t. See the orange button in the screenshot, and the empty URL Field on the left

Let me know what am I missing.

Hey Deejay,

The button should not display with the URL is empty. Kindly provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

Just sent, please advise. Thanks!

Hi Deejay,

There is really no option to remove the back button of the card element, but you can apply a custom CSS to it.

Please add this to your Card’s Element CSS area.

$el .is-back .x-anchor-button {
	display: none;
}

Please note that we don’t really provide custom CSS, it would ultimately be your responsibility to take it from here.

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.