• bogdan0508

    (@bogdan0508)


    Hello, I need some help please. I changed the color from menu bar form dark grey to red and it’s working very fine on PC, but when I acces the site on mobile, the menu bar remains dark grey, while the footer has the right color(red).
    The same color should be on the mobile for the menu bar.

    Does anyone knows how can I resolve this issue ?

    This is the site: https://www.minus5kg.com/

Viewing 1 replies (of 1 total)
  • Just checked out your website, but the page was down. Let me know when it’s back up and I’ll take a look.

    You’ll probably need to make the change for the menu bar in the “background” area:

    @media (max-width: 800px)
    .toggle-container {
    display: block;
    background: #1D1D1D;
    }

    and this change for the footer:

    .section.bg-dark {
    background: #1D1D1D;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Different menu color on mobile’ is closed to new replies.