• Hi!

    I have somehow managed to make the menu text color in the mobile version of my website almost as dark as the background and I don’t know how to fix it ??

    Here is a link to the website:

    https://tekniskfysik.org/

    If you decrease the width of the browser until it turns into mobile view you will see that the color goes dark grey.

    I’ve tried inspecting it and found this code:

    @media (max-width: 643px)
    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
        background: none;
        border: none;
        color: #141412;
        padding: 12px 0 12px 20px;
    }

    If I change the color here, the color of the menu changes.

    But how can I change it permanently?

Viewing 1 replies (of 1 total)
  • You have to add this to the bottom of your Child Theme’s CSS or in the Custom CSS Section.

    I think you have said that you solved the issue and just need it to be permanent.

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