Translation menu issue (WPML)

Hi there,

Any idea how to stop Dazzling from adding a bullet for another language under the current language? No extra code added, only the plugin was uploaded. Please see attached photo. Thanks!

Cheers,

Dylan

Hi Dylan,

I hope you are well today and thank you for your question.

Could you please share me the page URL from your site where it’s displaying so that i can help you to remove the bullet from it?

Kind Regards,
Movin

www.2677cadets.ca

Thanks Movin. Cheers.

I want it to look like the rest of the dropdown menus, or I want to remove the bottom bullet and word. Thanks again for your help!

Hi Dylan,

Thank you for sharing the site URL.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

li.menu-item.menu-item-language.menu-item-has-children:hover ul {
    display: block;
}
ul.sub-menu.submenu-languages {
    padding-left: 15px;
    display: none;
    position: absolute;
    bottom: -22px;
    left: 0;
}
ul.sub-menu.submenu-languages li {
    list-style: none;
}

Best Regards,
Movin

That did the trick! Thanks Movin!

You are most welcome here :slight_smile: