This topic has 14 replies, 3 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
Hi any chance to erase all the text from all department menu:
https://snipboard.io/jzMe1E.jpg and just leave the icon without space like a mobile menu icon
and have something like this website: https://snipboard.io/UgKfuS.jpg
i had tried this https://staging.vgaraje.com/ see left menu looks ugly i would like something like https://snipboard.io/UgKfuS.jpg and https://sakspanama.com/
Hello @ljimenez,
In order to solve your issue, please copy and paste the following CSS code to Xstore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.
.et_column > .et_b_header-menu .secondary-menu-wrapper .menu {
width: 18rem !important;
}
.secondary-title:after{
display: none !important;
}
.et_column>.et_b_header-menu .secondary-menu-wrapper .secondary-title {
width: max-content !important;
}
.et_b_header-menu .secondary-menu-wrapper .secondary-menu-toggle {
margin-right: 0 !important;
}
The result should look like this: https://postimg.cc/nCM01YWY
We hope this helps.
Best regards,
8Theme’s Team
no way to make it more clear? https://snipboard.io/mdEv7n.jpg that white space is ugly i want something like geekydrop.com after menu icon the logo is next right away
Hello @ljimenez,
Thank you for getting in touch with us.
In order to make elements closer, we would recommend you use a Connection block.
Provide correct wp-admin access, so we can take a closer look at current settings and help you.
Best regards,
8Theme’s Team
Hi attached admin access
Hello @ljimenez,
Thank you for your response.
We regret to inform you that we are currently unable to log in. We kindly request you to provide the correct wp-admin access https://prnt.sc/BX7G2UqVfIlP
Best regards,
8Theme’s Team
try again
Hello @ljimenez,
Thank you for your response.
We kindly request you to review the modifications we have recently implemented in the Header Builder settings.
Best regards,
8Theme’s Team
good, thank you, any chance to make that menu icon bigger? or use another custom svg? i put one in media in here https://staging.vgaraje.com/wp-content/uploads/2023/08/ic_menu.svg
Hello @ljimenez,
Thank you for your response.
1/ You have the ability to modify the “Content Zoom (%)” by navigating to the Header Builder and selecting Top Header.
2/ Please find below the custom CSS code that can be utilized:
.et-burger:before {
content: url("https://staging.vgaraje.com/wp-content/uploads/2023/08/ic_menu.svg");
}
Best regards,
8Theme’s Team
but that content zoom, will get all content bigger, i just want the icon of menu
i tried the custom css https://staging.vgaraje.com/ if you see the new icon shows like 1 second, after it show the default menu icon again
Hello @ljimenez,
1/ “but that content zoom, will get all content bigger, i just want the icon of menu” – yes, but other elements have their own Content Zoom settings too. For example – https://prnt.sc/6fH2gM2vi6bV , and so on.
2/ We added “!important;” , please check now https://prnt.sc/Y547wkyAWJzV
Best regards,
8Theme’s Team
The issue related to '‘how i can remove the text from header All department menu’' has been successfully resolved, and the topic is now closed for further responses