• Resolved marko1995

    (@marko1995)


    Hi,

    My menu on mobile is transparent but once I click on it padding menu is not transparent.
    How to make that transparent too?

    See image: https://ibb.co/hLVbm8W

    Regards

    • This topic was modified 7 years ago by marko1995.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • hannah

    (@hannahritner)

    Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (max-width: 768px) {
    .container.kad-nav-three {
        padding: 0;
        margin: auto;
    }
    }

    Hope it helps!

    Hannah

    Thread Starter marko1995

    (@marko1995)

    Added that code but it’s still the same.

    Check pic: https://ibb.co/WK2dyc0

    hannah

    (@hannahritner)

    I’m seeing the css take effect. Have you cleared your cache?

    Hannah

    Thread Starter marko1995

    (@marko1995)

    Yes, cleared all. Still not transparent while scrolling.

    See pic: https://ibb.co/9vJ3LVm

    Regards

    hannah

    (@hannahritner)

    Oh sorry, I misunderstood. Try this css:

    .mobileclass {
        background: rgba(55, 55, 55,.5);
    }

    Does that work?

    Hannah

    Thread Starter marko1995

    (@marko1995)

    Perfect! Thanks.

    • This reply was modified 7 years ago by marko1995.
    hannah

    (@hannahritner)

    No problem!

    Hannah

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Mobile menu bar transparent?’ is closed to new replies.