Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Can you have a field style to get strike through on a field?

Ruth_Porter
Kilo Explorer

Hi everyone,
I would like to have field with the strikethrough effect (line through) and have tried all the variations I could think of:
font-style:line-through;
font-style:strike-through;
font-style:strike;

but none seem to work.
Does any one know if it is possible & if so how to do it.

Thanks in advance, Ruth

1 ACCEPTED SOLUTION

Chris_Hann
ServiceNow Employee
ServiceNow Employee

Hi Ruth,

Try using the following CSS:


text-decoration: line-through;


View solution in original post

2 REPLIES 2

Chris_Hann
ServiceNow Employee
ServiceNow Employee

Hi Ruth,

Try using the following CSS:


text-decoration: line-through;


Thanks Chris - worked just fine.