Site logo

Archived topic

Different color on Mobile primary navigation

21 replies · Started by Huseyin on July 11, 2020

Viewing posts 1–15 of 22

Hi GeneratePress,

Hope your weekend is going well?

So I need help on changing the color Mobile primary navigation. The colors I chose for the default is basically white background white, black text with a black coloured logo.

But I want to have a black background, white text with a white logo on mobile devices.

Wondering how could I achieve this with CSS?

However, I have seen this post from Jamal regarding
https://generatepress.com/forums/topic/how-to-style-navigation-menu/#post-347001

Hi there,

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

Thanks for the reply Leo,

I have inserted the URL but the site is not live so I have attached the wp-admin details too

Just the header, please

Hi there,

if you're using the Mobile Header then try this CSS:

#mobile-header {
    background-color: #ff0000;
}

Hi David,

That CSS code doesn't work.

Can you disable the maintenance mode so I can see the site and provide the CSS?

sorry for the late reply.
I have disabled the maintenance mode

Try this CSS:

.mobile-header .menu-toggle {
    color: #FFFFFF !important;
}

Hi Leo,

It's not working.

(SORRY FOR THE LATE REPLY, BEEN VERY BUSY)

Ohhhhhh sh*t sorry mate,

Sorry for wasting your valuable time.

Once again thank you for helping out.

This archived topic is closed to new replies.