Hi,
it's possible change style on the Klip the corners? Standard are the corners round but I need have no round corners. Like on the picture.
Any idea?
Hi,
it's possible change style on the Klip the corners? Standard are the corners round but I need have no round corners. Like on the picture.
Any idea?
Hi Slavomir,
You can change the style of your dashboard with custom theming. For details including how to subscribe to custom theming, please see https://support.klipfolio.com/hc/en-us/articles/215548688-Creating-a-custom-theme.
Thanks,
Janice
Yes I read it. But I meant CSS can only change style and color. Can you help my how can I change the corners at the Klip? https://www.evernote.com/shard/s69/sh/7fbbf9a9-86ae-4998-9261-a2acb9e10a6f/fbb0f51a3f8e665135a31cc57d88f80a
Hi Slavomir, yes, you can modify klip corners and many other things using CSS, however, it does require knowledge of how to work with CSS.
Thanks,
Janice
Thank Janice, I try CSS and I found the solution.
If anyone else need help with corners on the Klips here is to solution:
.klip {
border-radius: 0px !important;
}
Thanks for sharing, Slavomir!