Forums
Forums / Theme: Customizr / Code on comments?
(@rasmusklamas)
11 years ago
Hello! I am wondering how I can get rid of the code that always appear on my posts by the comments.
You can see it on every post, for example here – http://scenkonstguiden.se/androidappen-ar-har/
It says, Följande HTML-taggar och attribut är tillåtna: <abbr title=””> <acronym title=””> <b>
<cite> <del datetime=""> <i> <q cite=""> <s> <strike>
<del datetime=""> <i> <q cite=""> <s> <strike>
Thanks for a gre
(@rdellconsulting)
Try this: (Child Theme style.css or CustomCSS panel)
#form-allowed-tags { display: none; }
I am using wordpress.com though and I’m not that in to code. Any other suggestions? Any box I can uncheck in my panel?
(@d4z_c0nf)
Hello, nope there’s no checkbox for that. That’s displayed by wordpress. So copy that code rdell suggested you and paste it in: Appearance -> Customize -> Advanced options -> Custom Css then save and should be fine.
The topic ‘Code on comments?’ is closed to new replies.
(@rasmusklamas)
11 years ago
Hello!
I am wondering how I can get rid of the code that always appear on my posts by the comments.
You can see it on every post, for example here –
http://scenkonstguiden.se/androidappen-ar-har/
It says, Följande HTML-taggar och attribut är tillåtna: <abbr title=””> <acronym title=””> <b>
Thanks for a gre