Hi, i need to change two things on the burger menu:
1. I would like to put a text “All categories” to the right of the menu icon.
2. Overall, the menu + logo should be on the left, but not at the edge of the display, but at the level of the normal text.
Best regards,
Alex
2. already has been solved.
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av-hamburger::after {
content: 'All categories';
font-size: 25px;
padding-left: 20px;
}
Best regards,
Yigit
Thanks again, it worked.