تعطيل السيرة الذاتية والموقع وصورة الملف الشخصي

#user-card .location, // user card
.user-main .user-profile-location, // profile page
.control-group.pref-location {  // user preference
  display: none;
}
#user-card .location-and-website, // user card
.user-main .location-and-website, // profile page
.control-group.pref-location,  // user preferences
.control-group.pref-website {
  display: none;
}

لدينا المزيد من المعلومات حول كيفية إجراء تغييرات CSS مثل هذه في دليل هنا: Making custom CSS changes on your site

3 إعجابات