Can I change the lettertype of the "reactie plaatsen" button on this page: http://test.aangepastwonen.info/zorg-partner-grondvrij/ Thank you.
Hello ! Please use below code in comment.php file and for this process follow below image. PHP: <?php $comments_args = array( // change the title of send button 'label_submit'=>'You text for button', // change the title of the reply section 'title_reply'=>'Write a Reply or Comment', // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_after' => '', // redefine your own textarea (the comment body) 'comment_field' => '<p class="comment-form-comment"><label for="comment">' . _x( 'Comment', 'noun' ) . '</label><br /><textarea id="comment" name="comment" aria-required="true"></textarea></p>',); comment_form($comments_args);?> Thanks & Regards Pramod
Hello Thank you. I changed the text area now but I don't know how to change the font of it to Century Gothic. Can you help me with that?
Hey maggie! Please paste the code given below in custom css section. Code: #respond input#submit { font-family: Century Gothic; } Thanks Praveen