Konnect Ops

Custom CSS

Custom CSS

Add custom CSS to further customize the platform's appearance

CSS Editor

Note: Custom CSS will override default styles. Use with caution.

CSS Examples

Customize Primary Button

.btn-primary {
  background-color: #4F46E5;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
}

Customize Header

.header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}