Removing "website" from comments

Posted in: Newspaper
Post count: 74

Hi,

1. When someone comments on a post, how do I remove the option for them to include a “website” (https://snag.gy/k69HgS.jpg)?

2. Where are the settings to change the font and font size for “Search” (https://snag.gy/HmNtGa.jpg) and “Post Comment” (https://snag.gy/CNoDXS.jpg)?

Post count: 22421

Hello,

1) our theme uses the default comments of WP so you will have to serach online for a WP solution on how to remove the email field:
example: http://crunchify.com/how-to-remove-url-website-field-from-wordpress-comment-form/

2) These elements can only be targeted with css.
Please use this code for the search:
.td-head-form-search-wrap input[type=submit]{
font-size:20px;
}

Use this code for the post comment button:
.comments input[type=submit]{
font-size:20px!important;
}

You can add the code in the theme pane;-> custom css box.

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.