Replies: 0
Hi all,
I wanna know how to use css to hide the current language from my language menu powered by Translatepress.
I have tried the code below, but it’s not working.
.translatepress-en_US .tp_en,
.translatepress-zh_HK .tp_zh
{ display: none !important; }
Thank you