Change Header Color

Hello,

I’m looking to change the header color to black from white, however, I’m not seeing any menu to change that color. Here is the area I’m looking to change and link to the site.

http://atgimagemgt.com/

Good morning

You can use this css:

.sf-menu a, #header ul a, .portum-menu li.menu-item-has-children .arrow {
color: #000000;
}

Thanks for the help with the font color, but is there no way to change that background color where the menu resides? I would like to change that to black.

I would also like to know if there is a way to bold the text on hover or change the text color on hover.

Good morning there

Looks like you already found solution for your both questions, navbar is now black and text have different hover color

I did figure out the header coding. However, the hover color seems to be legacy of what is already there. Still trying to figure that one out. Any help would be appreciated. Thank you.

Good morning

You can control hover color by this code:

#header ul a:hover {
color: #ff0303 !important;
}