Title: Change Hero Header to Solid Color
Last modified: August 10, 2023

---

# Change Hero Header to Solid Color

 *  Resolved [Eric4381](https://wordpress.org/support/users/eryk4381/)
 * (@eryk4381)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/change-hero-header-to-solid-color/)
 * I am trying to change the transparent transition to solid color to just a solid
   color. I have tried adding:
 * .has-header-image .navbar, .has-header-video .navbar {
   position: absolute;width:
   100%;/* background: 0 0;background-image: linear-gradient(to bottom,rgba(0,0,0,.
   2) 1%,rgba(0,0,0,0) 100%); */background-repeat: repeat-x;}
 * .navbar {
   background: #ff8d1c;}
 * This, in theory, will give it the same color as what is chosen on scroll and 
   I cant figure out what I am doing wrong because the Nav menu is still transparent
   until I scroll.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-hero-header-to-solid-color%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [Eric4381](https://wordpress.org/support/users/eryk4381/)
 * (@eryk4381)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/change-hero-header-to-solid-color/#post-16964247)
 * After staring at my code and the CSS on the site the fix was easier than I was
   making it!
 * .has-header-image .navbar {
   background-color: #ff8d1c;}

Viewing 1 replies (of 1 total)

The topic ‘Change Hero Header to Solid Color’ is closed to new replies.

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

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [Header Menu](https://wordpress.org/support/topic-tag/header-menu/)

 * 1 reply
 * 1 participant
 * Last reply from: [Eric4381](https://wordpress.org/support/users/eryk4381/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/change-hero-header-to-solid-color/#post-16964247)
 * Status: resolved