Hi there
I have 3 Cards in my Home page and I want to remove the Cards buttons. I was looking at the Cards options and I cannot find it, for that reason, Could you teach me how to do it?
Thanks for your support
Best Regards
Alejandro
Hey Alejandro,
Regretfully, there’s no option to remove the button in the V2 Card element. There’s a quick trick to hide it though. Try setting the Base Font Size of the Back Button to 0
.
Another way is to hide it through custom CSS in the Card’s Element CSS. I’m going to provide a sample code to accomplish what you need but please just note that we do not provide support for custom codes. If this causes issues in your site, please remove it or consult with a developer.
$el .x-anchor-button {
display: none;
}
Hope that helps and thank you for understanding.
Hi @cristian
I tried to modify the Base font size to 0 and it is not working for me. The button still here.
To avoid I make a mistake, my other option is adding a URL link to these cards buttons for it, Could you show me where I can find this Card Url setup?. Sorry buy I could not find it…
Thanks for your support
Regards
Alejandro
Hello Alejandro,
If you don’t see some of Card element style options, you need to turn on the Advanced Mode by going to the Settings > Preferences > Advanced Mode
Please let us know if this works out for you.
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.