This thread is resolved. Here is a description of the problem and solution.
Problem:
Problem with menu styling in secondary language.
Solution:
Usually themes have options which need to be translated and can be found and set to translate (or copy) in WPML's custom fields settings (i.e. related to css, layout and etc).
However, sometime it may be required to fix a few in your own custom CSS by targeting language based selectors for secondary language(s), like below:
:lang(en) .my_menu_class:hover { background-color: transparent; }
Where "en" in :lang(en) is the language code and should be adjusted accordingly.
Relevant Documentation:
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic is split from https://wpml.org/forums/forum/english-support/
This topic contains 8 replies, has 2 voices.
Last updated by 1 year, 10 months ago.
Assisted by: Waqas Bin Hasan.