Forums
Forums / Theme: Bueno / Problems with comment box
(@eyvonneo)
12 years, 4 months ago
Hey I want to know how to remove this wording underneath from my comment box???
You may use these HTML tags and attributes:
<abbr title=””> <acronym title=””> <b>
<cite> <del datetime=""> <i> <q cite=""> <strike>
<del datetime=""> <i> <q cite=""> <strike>
Also how do I change my font color, its not giving an option to do that?
(@duena_studio)
Hi, You need to rewrite in your Child theme file comments.php, then find there next code:
$args = array( 'comment_notes_after' => '<p class="form-allowed-tags">' . sprintf( __( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes: %s' ), ' <pre>' . allowed_tags() . '</pre>' ) . '</p>' );
and replace it with:
$args = array( 'comment_notes_after' => '' );
The topic ‘Problems with comment box’ is closed to new replies.
(@eyvonneo)
12 years, 4 months ago
Hey I want to know how to remove this wording underneath from my comment box???
You may use these HTML tags and attributes:
<abbr title=””> <acronym title=””> <b>
Also how do I change my font color, its not giving an option to do that?