Home Forums Pro Themes Whole Pro Changing Header Area Background Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #196982
    dan abiad
    Participant

    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;
    }
    #196984
    dan abiad
    Participant

    Btw, this is the site URI I am updating: https://www.muog89.ph

    #196983
    dan abiad
    Participant

    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.

    #205046
    Psink
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.