• Hello, I seem to be having a problem at the moment. I was able to change the color of the footer menu with the additional CSS with:

    .section.footer { background-color: #000726 !important; }

    .footer .widget-content { color: #000726; }

    However, I don’t get the upper menu under the header and at the end of my page changed. I think both sections are the main menu. So I have it with me

    .main-navigation { background-color: #000726 !important; }

    tried. but can’t change the color. The menu stays black. Now I’m at a loss.

    How do I get the color of the top menu bar and the final section under the footer changed?

    <font _mstmutation=”1″ _msttexthash=”6552″ _msthash=”388″>Yours, Isabell</font><font _mstmutation=”1″></font>

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @nordishbybella,

    The class you need to target to change the navigation background color is .navigation, like so:

    .navigation { background-color: #FF0000 !important; }

    — Anders

    Thread Starter nordishbybella

    (@nordishbybella)

    Hello, thank you very much for the great tip. Now I have the top area in my desired color. I still have a short query because I don’t have much experience in this regard: The area under the footer is still black. I tried “body”. That was unsuccessful. How do I get the part under the footer in my desired color? How do I name the area?

    Theme Author Anders Norén

    (@anlino)

    Hi @nordishbybella,

    This is the CSS you need:

    .credits { background-color: #000726 !important; }

    — Anders

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Farbe des Hauptmenüs ?ndern’ is closed to new replies.