# إخفاء زر تسجيل الخروج

**URL:** https://meta.discourse.org/t/hide-the-logout-button/369901
**Category:** UX
**Created:** [12 يونيو 2025، 3:18م UTC](https://meta.discourse.org/t/hide-the-logout-button/369901 "2025-06-12T15:18:35Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [12 يونيو 2025، 3:29م UTC](https://meta.discourse.org/t/hide-the-logout-button/369901/2 "2025-06-12T15:29:02Z")

</div>

[اقتباس=“IanManning, المشاركة: 1، الموضوع: 369901”]  
أنا أستخدم خطة العمل لذلك لا يمكنني تخصيص التعليمات البرمجية.  
[/اقتباس]

يمكنك ذلك! لا يمكنك تعديل التعليمات البرمجية الحالية، ولكن يمكنك إضافة CSS إلى السمات، من المسؤول  
السمات والمكونات

لإخفائه من القائمة المنسدلة في الرأس، يمكنك إضافة

```css
.user-menu.revamped #quick-access-profile li.logout {
  display: none;

```

---

_[View the full topic](https://meta.discourse.org/t/hide-the-logout-button/369901)._
