I want to hide some menu items on multilingual Joomla site (I’m using Joomla 3.2.3 and falang component)
Code is something like this (but with this I can hide menu item under ID 114 for all languages)
.gf-menu .item114 {
display: none !important;
}
I want to display for example:
for ENG language I want to show menu items ID 110, 112, 114;
for GER language I want to show menu items ID 110, 111, 113;