Having trouble changing a text using CSS, I've tried this code but it's not working...
https://example.com/my-account/
"Sign Up" text
div.u-column2.col-2 h2{
visibility:hidden;
}
div.u-column2.col-2 h2{
content: 'updated text';
}
Appreciate any help