I want to remove blogger link that says "بیجا استعمال کی اطلاع دیں " why its showing in sidebar
The link that says "بیجا استعمال کی اطلاع دیں" (which translates to "Report Abuse" in Urdu) typically appears on Blogger (Blogspot) blogs and is automatically added by Blogger.
How to hide this?
1) Go to Blogger Dashboard > Theme > Customize > Advanced > Add CSS.
2) Paste this CSS:
a[href*="abuse"] {
display: none !important;
}
3) Save and update