Skip to content

Instantly share code, notes, and snippets.

@baslie
Created June 8, 2022 07:03
Show Gist options
  • Save baslie/166826d3514bb44470dfa1bf4f2ca4e6 to your computer and use it in GitHub Desktop.
Save baslie/166826d3514bb44470dfa1bf4f2ca4e6 to your computer and use it in GitHub Desktop.
TILDA: Меняем «Phone» на «Телефон» в блоке BF905A
/* «Телефон» в виджете обратной связи */
a.t825__phone ~ div.t825__messenger-descr {
color: transparent;
}
a.t825__phone ~ div.t825__messenger-descr:after {
content: "Телефон";
color: #17181e; /* set color to original text color */
margin-left: -30px; /* margin-left equals length of text we're replacing */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment