[Support request] mobile menu color

Home Forums Support [Support request] mobile menu color

Home Forums Support mobile menu color

  • This topic has 1 reply, 2 voices, and was last updated 4 years ago by Leo.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1240530
    Oskar

    Good morning.
    I think I have read all articles dedicated to css on mobile and I can’t find the solution.
    My problem is that in the mobile version the menu is not legible.
    I tried to make some changes using css, but I encountered a problem.

    When I add:


    @media
    (max-width: 768px) {
        .main-navigation {
            background-color: rgba (0,0,0,0.6);
        }
    }

    This changes the color under the logo and mobile menu. Perfect!
    However, when I go to click on the menu the bottom of the items is transparent. Font color is white, and when I have a very white photo below I can no longer find the letters in the menu.

    When I change the .main-navigation a {

    Exactly:


    @media
    (max-width: 768px) {
        .main-navigation a {
            background-color: rgba (0,0,0,0.6);
        }
    }

    I have the right color menu, dark, and I see the menu items well, but I have a transparent background above, but a dark background appears under the mobile logo.

    What do I have to enter to have everything of the same color
    background-color: rgba (0,0,0,0.6);
    and only the menu item chosen is of another color?

    Thanks a lot.

    #1240738
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.