• Resolved firstwpforme

    (@wpbeginneling)


    Hello,

    I’m using the PureBlog theme with the dark color scheme, but I don’t really like the drop down header menu with its light grey foreground against a white background.

    Is it possible to apply this light grey color to the background instead, and use the dark grey of the color scheme in the menu foreground?

    Thanks for your help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andre

    (@andre-jutras)

    Yikes, you are referring to the mobile view, right? That is a mistake on the styling, so I will have to fix that. In the meantime, you can add this CSS code to the Appearance CSS tab in the customizer which will fix the mobile menu background:

    .main-navigation ul {
        background: #3e3e3e;
    }

    You can change the colour for that to what you want. Not sure what you were wanting to do though with regards to light grey being added to what?

    Thread Starter firstwpforme

    (@wpbeginneling)

    Wow! That little piece of code just fixed it all! It looks beautiful now, thanks a million!

    (I was just trying to come up with someting slightly better than grey-on-white, but this is so much better.)

    Thanks a lot Andre!

    Andre

    (@andre-jutras)

    You are very welcome… but I should also say thank you for pointing out this mistake with the dark styling. I will add that to the next theme update!

    I’m assuming we can then set this topic as resolved?

    Thread Starter firstwpforme

    (@wpbeginneling)

    Indeed you can ??

    Have a nice day!

    Andre

    (@andre-jutras)

    Actually, I’m not able to, it has to be the person who created the topic ??
    Apparently, the forum admins removed that capability where the person, other than the topic creator, can do that.

    Thread Starter firstwpforme

    (@wpbeginneling)

    Whoops!
    Here you go:)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change foreground color in menu bar’ is closed to new replies.