How can I remove the extra language selector from my Warehouse theme header?

Hello There,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.header__action-item.header__action-item–locale.hidden-pocket {
display: none!important;
}

1 Like