I am working on a site and suddenly some of text shows line-through i try many properties to remove that but no luck please check and give me solution
link : http://alimamahouse.com/real_estate/ check footer and some headings
I am working on a site and suddenly some of text shows line-through i try many properties to remove that but no luck please check and give me solution
link : http://alimamahouse.com/real_estate/ check footer and some headings
<s cript src
it should be
<script src
thats causing the error
Use this:
* {
text-decoration: none!important;
}
Check if the container doesn't have a css property: text-decoration: line-through;
applied. Look what sets it and you are done.