We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

using own Card Style

Hi,

I tried to use an own card style for the kanban board via CardSettings/Template but I could not remove the boarder of the card. So I have my own style inside but the boarder of the syncfusion style is still visible. How can I remove this boarder of a card?

Thank you in advance
Tom

1 Reply

AP Arun Palaniyandi Syncfusion Team July 16, 2019 12:22 PM UTC

Hi Thomas Trenker,  

Thanks for contacting Syncfusion support. 

The Kanban card border is given in the source CSS level and hence it is not removing in the Card Template. So we need to remove this card border in the CSS manually. You can give the custom CSS using the cssClass property to manually remove the border like below. 



// customer CSS 
  .e-kanban.myStyle .e-kanbancard { 

    border-style: none; 

   






Please let us know if you have queries further. 

Regards, 
Arun P. 


Loader.
Live Chat Icon For mobile
Up arrow icon