Site logo

Archived topic

primary navigation color (responsive)

9 replies · Started by afuente26 on March 19, 2021

Viewing posts 1–10 of 10

Hello,

is it possible to change the navigation color of the main navigation, but only on the responsive version?

Thanks
Angel

Hi there,

can you share a link to the site - so i can see what layout you have?

Hello David,

the site is under construction (new) and only available for users.

Can I send you a private message with your username?

Thanks

Hi there,

You can use the private info field which will only be visible to staff.

ok thanks

Is it just the drop down menu that you want to change the color for ?
If so you will need to first enable the Mobile Header option in Customizer > Layout > Header.

ok. thanks. i will try ;-)

With the mobile header enabled you can change the drop down colors with this CSS:

#mobile-header .main-nav a {
  color: #fff;
  background-color: #f00;
}

Oh, perfect. It take note!!

You're welcome

This archived topic is closed to new replies.