Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Fonts
How to use cancellation line?
active08
April 2020
in
Fonts
Hi
Please let me know how to use strikethrough?
like this
10,000 → 5,000
Comments
Pablo
April 2020
Hello,
To make the line-through style, you have to set the css parameter in that text.
See this documentation:
https://css-tricks.com/almanac/properties/t/text-decoration/
Thanks
active08
May 2020
Hi
i tried below.. but it's not working properly
- below -
<p class="underline">text-decoration: underline;</p>
h3 { text-decoration: underline;}
.strikethrough { text-decoration: line-through;}
Pablo
May 2020
Your code is not correct, if you make a class named .underline, please paste the the code into the Theme Options > Custom cSS & JS > CSS
.underline{text-decoration:underline}
and then, in column item, use the <p class="underline"> text underlined </p>
Thanks
Sign In
or
Register
to comment.
Comments