Skip to content

Instantly share code, notes, and snippets.

@baslie
Last active October 25, 2023 10:02
Show Gist options
  • Save baslie/2619b795fd7ff3d0c72ab4351eb2a87f to your computer and use it in GitHub Desktop.
Save baslie/2619b795fd7ff3d0c72ab4351eb2a87f to your computer and use it in GitHub Desktop.
TILDA: Замена категорий в магазине со слова «Все» на своё название
/* ВАЖНО! Замена категорий в магазине: «Все» → «Все блюда» */
div[data-storepart-uid="361763895611"] {
visibility: hidden;
position: relative;
}
div[data-storepart-uid="361763895611"]:after {
visibility: visible;
position: absolute;
top: 0;
left: 0;
content: "Своё название";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment