How can I change the menu color on Turbo Theme?

Hi,

I’m currently using Turbo Theme. How do I change the color of my menu from white to black? Thanks!

Hi

  1. Go to Online Store > Themes > Actions > click Edit code > click Assets > select theme.scss.liquid.
  2. Look for a part of the file that looks like .site-nav–dropdown { background-color: white; }
  3. Change the color to black or use the hex code #000000

Hi @NFO .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file styles.css

.feature_image .nav-desktop__tier-1-link{
color: black !important;
}

Hope this answer helps.

Best Regards,

PageFly