Grey Line below navbar and content

Hi, there’s grey line below my navbar on mobile version. Has been tried several custom CSS writen in this forum, but it doesn’t get the effect.

Can you help me on this?
Thank you.

PS : on my mobile version, this is the 2nd section appears on the top, i hide 1st section on mobile version.

Thank you.

Best,
Rendy

Hey Rendy,

Please add this code in the Global CSS:

@media (max-width: 767px) {
    .x-navbar {
        border-bottom: 0;
    }
}

Here are some related links for further reading:

Hope this helps.

Hi Jade,

It works perfectly! Thank you!

Best,
Rendy

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.