# king-addons/51.1.78/includes/extensions/Header_Footer_Builder/admin.css

King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder, version 51.1.78. 228 lines.

- Page: https://pluginprobe.com/plugins/king-addons/51.1.78/code/includes/extensions/Header_Footer_Builder/admin.css
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.78/raw/includes/extensions/Header_Footer_Builder/admin.css
- Modified: 2026-08-25T03:27:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/king-addons/51.1.78/code/includes/extensions/Header_Footer_Builder/admin.css#L10-L20`.

```css
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../../admin/fonts/Inter.woff2') format('woff2');
}

#wpbody *,
.king-addons-pb-settings-page-header * {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.king-addons-el-hf-radio-options {
    display: inline-block;
}

.wrap .wp-heading-inline + .page-title-action,
.page-title-action {
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
    padding: 5px 25px;
    color: white;
    border: none;
    border-radius: 8px;
    background: linear-gradient(45deg, #5B03FF, #9B62FF);
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1.wp-heading-inline, .page-title-action {
    display: none !important;
}

.alternate, .striped > tbody > :nth-child(odd), ul.striped > :nth-child(odd) {
    background-color: #f5f5f7;
}

html, #wpcontent {
    background: #f5f5f7;
}

.wrap h1.wp-heading-inline {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1d1d1f;
}

body,
a.nav-tab.nav-tab-active {
    color: #1d1d1f;
}

.widefat thead td, .widefat thead th {
    border-bottom: 1px solid #d2d2d7;
}

.widefat tfoot td, .widefat tfoot th {
    border-top: 1px solid #d2d2d7;
}

.wp-core-ui select {
    color: #1d1d1f;
    border-color: #86868b;
}

.widefat tfoot tr td, .widefat tfoot tr th, .widefat thead tr td, .widefat thead tr th {
    color: #1d1d1f;
}

input[type=search] {
    border: 1px solid #86868b;
}

table.widefat {
    border: 1px solid #d2d2d7;
    border-radius: 3px;
    box-shadow: none;
}

.nav-tab-wrapper {
    border-bottom: 1px solid #d2d2d7;
}

.nav-tab-active {
    background: #f5f5f7;
}

.nav-tab {
    padding: 5px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/*noinspection CssNonIntegerLengthInPixels*/
a.king-addons-el-hf-edit-template-btn {
    background: #595959;
    transition: all 100ms linear;
    color: white;
    display: inline-block;
    padding: 6px 25px;
    letter-spacing: 0.5px;
    border: 0;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.8;
}

a.king-addons-el-hf-edit-template-btn:hover {
    background: #6d6d6d;
}

.king-addons-pb-settings-page-header {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: -20px;
    margin-bottom: 15px;
    padding: 30px 30px;
    background: #1a1b1b;
}

.king-addons-pb-settings-page-header h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    color: white;
}

.king-addons-pb-settings-page-header p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 30px;
    letter-spacing: normal;
    color: rgb(255 255 255 / 70%);
}

.king-addons-pb-preview-buttons {
    display: flex;
}

.king-addons-pb-user-template {
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 200px;
    height: 50px;
    padding: 0 20px;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background: linear-gradient(45deg, #5B03FF, #9B62FF);
    /* background: linear-gradient(45deg, #E1CBFF, #9B62FF 50%, #5B03FF); */
}

.king-addons-pb-preview-buttons a {
    text-decoration: none;
}

.king-addons-pb-user-template .plus-icon {
    font-size: 18px;
    line-height: 28px;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #ffffff;
}

.kng-promo-btn-wrap a {
    will-change: transform;
    display: inline-flex;
    justify-content: center;
    margin-left: 30px;
    padding: 15px 20px;
    transition: all 300ms ease;
    text-align: center;
    text-decoration: underline;
    border: 2px solid #ff4e5069;
    border-radius: 5px;
    background: linear-gradient(132.2deg, #F9D423 7.64%, #FF4E50 97.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kng-promo-btn-wrap a:hover {
    transform: scale(1.05);
}

.kng-promo-btn-wrap a:focus,
.king-addons-pb-preview-buttons a:focus {
    box-shadow: unset;
    outline: unset;
}

.kng-promo-btn-txt {
    font-size: 16px;
    font-weight: 500;
    color: black;
    line-height: 1;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.kng-promo-btn-wrap img {
    margin-left: 8px;
    width: 16px;
    height: 16px;
}

```
