Hide specific menu items and advanced features in CSS

This commit is contained in:
2025-02-25 19:13:30 +01:00
parent ec1d2bfbdf
commit 6283389bc7
65 changed files with 205 additions and 62 deletions

View File

@@ -812,4 +812,9 @@ body.page-id-999 .box-1 .box-1-end-arrow::before {
.ekspert-button .eael-creative-button--default span:last-child {
margin: 0 !important;
}
}
.menu-item-1413,
.elementor-widget-langswitcher {
display: none !important;
}/*# sourceMappingURL=custom.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -1053,4 +1053,9 @@ footer {
}
}
}
}
.menu-item-1413,
.elementor-widget-langswitcher {
display: none !important;
}