Thanks for the reply !
I ended up doing the old css hack for now, as it was only text that needed adjusting.
.thing-you-want-to-change {
display: none;
}
.parent-of-thing-you-want-to-change:after {
content: “the change”
}
Looking forward to the proper fix though !
-
This reply was modified 3 years, 7 months ago by otherguy123.
-
This reply was modified 3 years, 7 months ago by otherguy123.