# وصف التصنيف غير ظاهر على النسخة المحمولة

**URL:** https://meta.discourse.org/t/description-of-the-category-is-not-displayed-at-mobile-version/151016
**Category:** Feature
**Created:** [11 مايو 2020، 7:19ص UTC](https://meta.discourse.org/t/description-of-the-category-is-not-displayed-at-mobile-version/151016 "2020-05-11T07:19:54Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Bcat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bcat/32/163148_2.png) [@Bcat](https://meta.discourse.org/u/Bcat)
#### Post date: [11 مايو 2020، 8:06ص UTC](https://meta.discourse.org/t/description-of-the-category-is-not-displayed-at-mobile-version/151016/4 "2020-05-11T08:06:28Z")

</div>

هذان العنصران مفصولان، لذا من الصعب تغييرهما باستخدام CSS فقط. أو قد يؤدي ذلك إلى كسر مكونات أخرى.  
بشكل عام، هذا تغيير مؤقت.  
تغير لون خلفية الزر، لذا يمكننا استخدام فئة CSS لتعديل لون النص:

```plaintext
.list-controls .container #create-topic {
    color: #fff;
}

```

متغير اللون: [Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648#heading--4-a)

---

_[View the full topic](https://meta.discourse.org/t/description-of-the-category-is-not-displayed-at-mobile-version/151016)._
