Hi,
Some weeks ago I asked support to get drop down menu Shadow (category menu).
You CSS suggestions (Hung Pham supporter) works really fine:
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
#menu-categories .wd-dropdown{
box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
}
but there’s something strange. it works only in primary language, not in secondary language.
So I think that perhaps I have to add another CSS rule for the english /secondary language menu category menu) . Something like this:
#menu-categories-EN .wd-dropdown{
box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);}
‘categories-EN’ is the name of english category menu.
But it doesn’t work.
I really can’t understand how to solve it.
Could you help me, please?
Many thanks
Attachments:
You must be
logged in to view attached files.