[Resolved] Remove bottom bar from horizontal scroll menu

Home Forums Support [Resolved] Remove bottom bar from horizontal scroll menu

Home Forums Support Remove bottom bar from horizontal scroll menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2367429
    Dmitrii

    I setup horizontal scrolling on mobile for my menu and breadcrumbs (see attached photos).

    Is there a way to remove the underline bar that appears when you scroll?

    #2368195
    Fernando
    Customer Support

    Hi Dmitrii,

    Try adding this in Appearance > Customize > Additional CSS:

    .bsui .nav-tabs::-webkit-scrollbar, .rank-math-breadcrumb::-webkit-scrollbar {
        display: none;
    }
    
    .bsui .nav-tabs, .rank-math-breadcrumb {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #2368215
    Dmitrii

    Worked perfectly, thanks!

    #2368329
    Fernando
    Customer Support

    You’re welcome Dmitrii!

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