Hide or Remove Hyperlinks Inside Blogger Comments

Hyperlinks in Blogger Comments : 

Generally people using blog commenting process to get back links from blogs. To get back links visitors leave hyperlinks inside comments. Some peoples mainly leave to get back links from the blogs. With quality less comments blogs get spam. To prevent your blog from being spammed we can use either comment moderation or disable hyperlinks from Blogger comments.In this post I'm telling you the procedure  hide or remove hyperlinks from your Blogger comments. 

How to hide or prevent hyperlinks inside Blogger blog comments:

We can hide or prevent hyperlinks inside Blogger comments using two methods. One method adding custom CSS code to your Blogger blog and second method is using jQuery. In this post i'm telling about method one. method one easy easy and simple. Using method one both hyperlink and text will be removed form Blogger comments.

Follow below steps to hide/prevent hyperlinks from your Blogger blog comments

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit HTML

Step 4 :  Search ]]></b:skin> 
Add below code just above ]]></b:skin>

.comment-content a {
display: none;
}

Step 5 : Click on Save template

Now add comments to your Blogger and also leave hyperlink inside your Blogger comments and check whether hyperlink removed from your comment or not. If the hyperlink not removed from your Blogger comment then add code in step 4  inside /* Widgets ----------------------------------------------- */ .

No comments:

Post a Comment