Hello everyone,
Sorry for the delay, you can use the following CSS to show only the logo in the middle
.header-top-flex-part–right,
.header-top-flex-part–left {
display: none !important;
}
to remove only the menu button
.header-top-flex-part–right {
display: none !important;
}
Thanks
-
This reply was modified 10 months, 3 weeks ago by
admin.