Hello,
Please, use this css in your custom css, Check this documentation to add custom css: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta
#sp-header{
height: 100px !important;
}
@media (max-width: 1199.98px) {
.sp-page-builder .page-content #servizi {
margin-top: 100px;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
}
.sp-megamenu-parent li.active a,
.nestfund-service-tab.sppb-addon-tab .sppb-nav-tabs li.active a{
color: #98d6d6 !important;
}
.sp-megamenu-parent li a,
.nestfund-service-tab.sppb-addon-tab .sppb-nav-tabs li a{
color: #16aca7 !important;
}
sp-megamenu-parent li:hover a,
.nestfund-service-tab.sppb-addon-tab .sppb-nav-tabs li:hover a{
color: #128080 !important;
}
Thanks