Word Count: 49
  • Post category:Codings / Reborn
  • Post last modified:2020-09-29

The CSS below is taken from the official website. When the page is displaying Traditional Chinese, only the Simplified Chinese switcher is available in the menu, and vice versa. This function is required in the Dr Reborn Revamp project.

.translatepress-zh_HK .tp_tc, 
.translatepress-zh_CN .tp_sc {
	display: none;
}