implement initial custom styling for the Chennora theme, including header, hero, section, and premium page components.

This commit is contained in:
Alaguraj0361 2026-03-20 13:15:20 +05:30
parent 9d916d4ac0
commit f9fb63f8c9

View File

@ -1394,10 +1394,34 @@ footer#bottom {
color: #04121D !important;
}
// Force Shop category sidebar active item to NOT be red
#products_grid_before .nav-link.active {
background-color: #2BB1A5 !important;
color: white !important;
// Force Shop category sidebar active item to NOT be red and ensure visibility
#products_grid_before {
.nav-link {
transition: all 0.2s ease;
&:hover {
background-color: rgba(43, 177, 165, 0.1) !important;
color: #2BB1A5 !important;
}
&.active {
background-color: #2BB1A5 !important;
color: white !important;
border-radius: 8px;
span,
i,
b,
strong {
color: white !important;
}
&:hover {
color: white !important;
background-color: #259a8f !important;
}
}
}
}
// Global Link Hover & Active Color Fix