Ha! So this is the first time I've seen this one, it's due to this little bit of code in your theme's stylesheet:
[css]
.entry ul li::before {
content: "ยป 0BB 020";
}
So try replacing the fix we have in our FAQ section with this instead:
[css]
body .gform_wrapper form .gform_body ul, body .gform_wrapper form .gform_body ul li::before {
list-style: none!important;
list-style: none!important;
background: none!important;
background: none!important;
padding: 0!important;
margin: 0!important;
content: "" !important;
}
Posted 12 years ago on Wednesday March 14, 2012 |
Permalink