• Resolved warped1

    (@warped1)


    When I switch to the dark theme, the color of the main menu becomes so light that it’s hard to read on a light background color. Which css do I need to apply to make the menu text darker?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hi,

    It doesn’t make sense to enable the Dark scheme when after that you set a light background. Remove your custom (light) background or switch back to the Light color scheme.

    Best regards.
    Dumitru B.

    Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @warped1

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .theme-color-dark .large-nav a {
      color: #000;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter warped1

    (@warped1)

    @ilovewpcom: the customer liked the dark footer more….

    @snehal: Thank you! That indeed did the trick…

    Thread Starter warped1

    (@warped1)

    Oh, and this topic can be closed…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change color of menu text’ is closed to new replies.