Title: Jetpack portfolio header
Last modified: June 7, 2021

---

# Jetpack portfolio header

 *  Resolved [sandras21](https://wordpress.org/support/users/sandras21/)
 * (@sandras21)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/jetpack-portfolio-header/)
 * Hello!
    How can I remove from the portfolio page the header background picture
   and display just theme color as a background? (same time feature picture I would
   like to keep uploaded as this I would display in portfolio gallery) I tried something
   like that but it did not work. Using hestia pro theme.
 *     ```
       .single-jetpack-portfolio #header.header.main {
       	background-image: none;
           background-color: green;
       }
       ```
   
 * Thank you!

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

 *  Plugin Support [Animesh Gaurav (a11n)](https://wordpress.org/support/users/bizanimesh/)
 * (@bizanimesh)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/jetpack-portfolio-header/#post-14532443)
 * Hi [@sandras21](https://wordpress.org/support/users/sandras21/)
 * Custom CSS code is not in [our scope](https://jetpack.com/support/scope-of-support/),
   but I can give it a try for you.
 * Could you please let me know the page address where you want the changes?
 * Also, as I understand, you want to remove the background picture from portfolio
   page and want green solid color background instead. Am I right?
 *  Thread Starter [sandras21](https://wordpress.org/support/users/sandras21/)
 * (@sandras21)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/jetpack-portfolio-header/#post-14532503)
 * Thank you Animesh for your reply and your kindness.
    Yes, I would like to replace
   that header background image with color background as images are usually different
   parameters and it does not look good there. Here is the [link>>](https://bit.ly/3g1k7fu)
 *  Plugin Support [Animesh Gaurav (a11n)](https://wordpress.org/support/users/bizanimesh/)
 * (@bizanimesh)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/jetpack-portfolio-header/#post-14533217)
 * Hi [@sandras21](https://wordpress.org/support/users/sandras21/)
 * You can try the below CSS. It will replace the background image with green solid
   color for all your portfolio pages:
 *     ```
       /* Header filter Jetpack Portfolio */
       .jetpack-portfolio .header-filter {
         background-color: green;
         background-image: none !important;
       }
       ```
   
 * You can change the value `green` in case you want a different color.
 *  Thread Starter [sandras21](https://wordpress.org/support/users/sandras21/)
 * (@sandras21)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/jetpack-portfolio-header/#post-14533311)
 * Thank you so much, it worked well!

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

The topic ‘Jetpack portfolio header’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [sandras21](https://wordpress.org/support/users/sandras21/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/jetpack-portfolio-header/#post-14533311)
 * Status: resolved