• Resolved Anonymous User 9694889

    (@anonymized-9694889)


    Hi All,

    Last question, I promise!

    With my header incorporating a bit of white, my menu is blending in on the header image. Via CSS, how can I change the menu font color on the header image?

    As always, thank you and Kind Regards,
    – H3RRS

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello herrs244,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .navbar.navbar-transparent .navbar-nav .active a {
      color: #555;
    }
    
    .navbar .navbar-nav li a {
      color: #777;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter Anonymous User 9694889

    (@anonymized-9694889)

    Hi Saurabh,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    Worked perfectly! You all have a superb theme and I am proud to use it! Thank you for the speedy and great customer support!

    Kind Regards,
    -H3RRS

    @herrs244 If this solution worked, can you please mark it as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Menu Color on Header Image ?’ is closed to new replies.