Hello,
Could you tell me how to hide sub-menu item (for the main menu) in mobile device ?
I saw in your help, that we can do that in module suffix, but in this case I have no module for that sub menu....
Thank you in advance.
option[value="URL"] {
display: none;
}
dziudek wrote:The only idea which I have is adding the following CSS rule in any CSS file at the end:
- Code: Select all
option[value="URL"] {
display: none;
}
where URL is a value of the specific option to hide and must be the same as in the menu.