# CSS لإخفاء أعمدة تم النشر والمشاهدة في صفحة عضو المجموعة

**URL:** https://meta.discourse.org/t/css-to-hide-the-posted-and-seen-columns-in-the-group-member-page/182206
**Category:** Development
**Created:** [5 مارس 2021، 4:02م UTC](https://meta.discourse.org/t/css-to-hide-the-posted-and-seen-columns-in-the-group-member-page/182206 "2021-03-05T16:02:11Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![JoelZaslofsky](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/joelzaslofsky/32/158556_2.png) [@JoelZaslofsky](https://meta.discourse.org/u/JoelZaslofsky)
#### Post date: [5 مارس 2021، 4:02م UTC](https://meta.discourse.org/t/css-to-hide-the-posted-and-seen-columns-in-the-group-member-page/182206/1 "2021-03-05T16:02:11Z")

</div>

بموجب إصدار Discourse 2.7.0.beta4، لم يعد يعمل بعض تنسيق CSS المخصص الذي استخدمناه سابقًا لإخفاء أعمدة “منشور” و"مُشاهد" في صفحة تفاصيل المجموعة. بدلاً من ذلك، لدينا الآن عمود “مُشاهد” فقط.

 ![image](https://global.discourse-cdn.com/meta/original/3X/c/f/cfaf8e3c877c0aaeea9388eaa267f5fcf987cde8.png)

أريد أن يكون العمود الوحيد بين “منشور” و"مُشاهد" و"مُضاف" هو عمود “مُضاف”. كان تنسيق CSS أدناه يعمل سابقًا لكنه لم يعد يعمل الآن.

```
/* إزالة أعمدة "منشور" و"مُشاهد" من قوائم أعضاء تفاصيل المجموعة */
table.group-members th:nth-child(n+4):nth-child(-n+5), table.group-members td:nth-child(n+4):nth-child(-n+5) {
    visibility: hidden;
    width: 0px;
    font-size: 0px;
}

```

كيف يمكنني تعديل تنسيق CSS لإخفاء “منشور” و"مُشاهد" مرة أخرى؟

إليك فيديو مدته دقيقتان يشرح الوضع بالكامل إذا لم يكن ما كتبته أعلاه كافيًا.

[https://www.loom.com/share/f6cd2fa0628d4876a73ebb2a500d9bfa](https://www.loom.com/share/f6cd2fa0628d4876a73ebb2a500d9bfa)

---

_[View the full topic](https://meta.discourse.org/t/css-to-hide-the-posted-and-seen-columns-in-the-group-member-page/182206)._
