CSS .transform-invLabel_01b { content: "Job No."; }

Continuing the discussion from CSS Transform Class:

Continuing the discussion from CSS Transform invLabel_01b:

I have the same situation, wanting to change Estmate No. to Job No.

.transform-invLabel_01b {
    content: "Job No.";
}

That looks correct, although I don’t think it’s getting applied for estimate numbers.

I’ve escalated this for now and we’ll report back.

Must have slept on a bee - worked out what I did that stopped the transformer.

I had already changed .transform-invLabel_01 { content: “Job No.”}, so I think this was creating a conflict as the CSS was attempting to change to a label that already exists.

This topic was automatically closed after 4 days. New replies are no longer allowed.