- This topic has 3 replies, 2 voices, and was last updated 1 year ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Whole Pro › Changing Header Area Background Color
Hi again!
I’m trying to change the background color of the header area where the menu bar and logo is located. however, the CSS I tried did not work. Can you help me with this?
This is my original code. But it does not apply to my site.
.site-branding-container {
background-color: #afc0e0;
}
Btw, this is the site URI I am updating: https://www.muog89.ph
In addition, can you also help me to change the background color of the dropdown menu as well?
Again, your helpful support is highly appreciated.
Please try this one CSS
// For changing header color
.menu-primary-menu-container,
.site-branding-container {
background-color: #afc0e0 !important;
}
// for changing the background color of drop-down menu
.main-navigation ul ul{
background-color: #bdbdbd !important;
}
Hope this will helps you
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



