0

Dashboard style

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? 

5 comments

  • Avatar
    Janice Janczyn Official comment

    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

  • 0
    Avatar
    Slavomir Krafcik

    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

  • 0
    Avatar
    Janice Janczyn

    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

  • 1
    Avatar
    Slavomir Krafcik

    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;
    }

  • 0
    Avatar
    Janice Janczyn

    Thanks for sharing, Slavomir!

Please sign in to leave a comment.