Custom CSS

/* Hide page title on all pages */
.ast-archive-title, .page .entry-title, .page .page-title,
h1.entry-title { display: none !important; }

/* Fix header CTA button */
.ast-header-button-1 a {
background: #c87533 !important;
color: white !important;
padding: 10px 20px !important;
border-radius: 4px !important;
font-weight: 600 !important;
text-transform: uppercase !important;
font-size: 13px !important;
letter-spacing: 0.5px !important;
transition: all 0.3s !important;
}
.ast-header-button-1 a:hover {
background: #d4915a !important;
}

/* Improve product card grid on home */
.ks-products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
}

/* Footer improvements */
.ast-small-footer {
background: #0f2b46 !important;
color: rgba(255,255,255,0.7) !important;
padding: 20px 0 !important;
}
.ast-small-footer a {
color: #c87533 !important;
}

Leave a Comment

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