Archived topic
Hook Mobile Menu
3 replies · Started by tolis on October 4, 2022
Viewing posts 1–4 of 4
hello i have put this code and hooked it to generater_inside_mobile_header but it doesnt work, if i put it elsewhere i see it but there i cannot see it
<?php
do_action('wpml_add_language_selector');
?>
Hi there,
Try this CSS:
#mobile-header.main-navigation .wpml-ls ul {
display: block;
}
yeah it worked thank you very much ;)
You are welcome :)
This archived topic is closed to new replies.