Hi,
thank you for fast replay, i manage to fix it. The menu was hiden. I use divi 4.27.5.
<li class="control-section accordion-section hide-if-js pll_lang_switch_box" id="pll_lang_switch_box">
<h3 class="accordion-section-title hndle">
<button type="button" class="accordion-trigger" aria-expanded="false" aria-controls="pll_lang_switch_box-content">
<span class="accordion-title">
.hidden, .js .closed .inside, .js .hide-if-js, .js .wp-core-ui .hide-if-js, .js.wp-core-ui .hide-if-js, .no-js .hide-if-no-js, .no-js .wp-core-ui .hide-if-no-js, .no-js.wp-core-ui .hide-if-no-js {
- display: none; change this none and then it apear
}
thank you!