I have tried the following but did not work Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .comment-form-url { display: none; }
Hello, Same code will work. Try with important. Code: .comment-form-url { display: none!important; } It will work. If not then please share your website link. Thanks & Regards Nitesh Raghuwanshi
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #url{ display: none; } Thanks & Regards Gourav Shrivastava
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #respond label[for="url"] { display: none; } This will solve your issue.