Title: header category
Last modified: February 4, 2026

---

# header category

 *  [lucianuzzaci10](https://wordpress.org/support/users/lucianuzzaci10/)
 * (@lucianuzzaci10)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/header-category/)
 * Hi, I’d like to add just the color for the category header, without an image,
   so the description is easier to read. Instead, the same image as the homepage
   header is included in the categories. Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fheader-category%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * (@rodicaelena)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/header-category/#post-18809581)
 * Hi,
 * You can try adding this code in Appearance > Customize > Additional CSS ( where
   you can adjust the color of your choice ):
 *     ```wp-block-code
       .archive.category .header-filter {  background: linear-gradient(45deg, rgba(168, 29, 132, 1) 0, rgb(234, 57, 111) 100%) !important;}
       ```
   
 * Kind regards!
 *  Thread Starter [lucianuzzaci10](https://wordpress.org/support/users/lucianuzzaci10/)
 * (@lucianuzzaci10)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/header-category/#post-18809733)
 * thank’s for the response. I would like to set a solid RGB color (245, 86, 170),
   which is the color of my website, but it doesn’t work. It always creates a gradient
   or a dark burgundy. How can the code match the color I gave you?
 *  [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * (@rodicaelena)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/header-category/#post-18809805)
 * Hi,
 * You can use this code instead:
 *     ```wp-block-code
       .archive.category .header-filter {  background: rgb(245, 86, 170) !important;}.archive.category .header-filter::before {  background-color: rgb(245, 86, 170) !important;}
       ```
   
 * Hope this helps.
 * Kind regards,
 * Rodica
 *  Thread Starter [lucianuzzaci10](https://wordpress.org/support/users/lucianuzzaci10/)
 * (@lucianuzzaci10)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/header-category/#post-18810036)
 * it’s working! Thank you so much
 *  [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * (@rodicaelena)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/header-category/#post-18810625)
 * Glad I was able to help 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘header category’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hestia/3.3.6/screenshot.png)
 * Hestia
 * [Support Threads](https://wordpress.org/support/theme/hestia/)
 * [Active Topics](https://wordpress.org/support/theme/hestia/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hestia/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hestia/reviews/)

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)

 * 5 replies
 * 2 participants
 * Last reply from: [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * Last activity: [7 months, 1 week ago](https://wordpress.org/support/topic/header-category/#post-18810625)
 * Status: not resolved