Hi everyone,
I’d like to share a suggestion for improving the Responsive MENU functionality.
Currently, if someone wants to make CSS changes to the menu, the only way to do it is by manually editing the code directly in app → index.php. Every time I need to make styling adjustments, I have to go into the index.php file and modify the CSS code manually since there’s no other way to access it.
It would be much more convenient if there was a separate CSS file for the menu styling. This way, at least I could make changes through copy-paste operations instead of having to locate and edit the exact code within the PHP file every time.
What are your thoughts on this improvement?