Theme Custom CSS

/* InnovChip Custom Colors – Blocksy Theme Override */
:root{
–theme-palette-color-1: #0066CC;
–theme-palette-color-2: #FF6B00;
–theme-palette-color-3: #1a1a2e;
–theme-palette-color-4: #333333;
–theme-palette-color-5: #f8f9fa;
–theme-palette-color-6: #ffffff;
}

/* Primary color overrides */
a, .ct-menu-link:hover, .btn-primary, .wp-block-button.is-style-primary .wp-block-button__link{
color: #0066CC;
}

/* Background colors */
.hero, .cta-section, .btn-primary, .wp-block-button.is-style-primary .wp-block-button__link{
background-color: #0066CC !important;
}

/* Accent color */
.accent, .highlight, .btn-accent{
color: #FF6B00;
}

/* Force primary buttons to use our blue */
.btn-primary, .wp-block-button.is-style-primary .wp-block-button__link, .ct-button{
background-color: #0066CC !important;
border-color: #0066CC !important;
}

.btn-primary:hover, .ct-button:hover{
background-color: #004c99 !important;
border-color: #004c99 !important;
}

Leave a Reply

Your email address will not be published. Required fields are marked *