Viewing 1 replies (of 1 total)
  • Hi there,

    Generally, scrollbar can be hidden using this CSS:

    ::-webkit-scrollbar {
        display: none;
    }

    You can try adding this CSS to your site and see if it’s the desired result.

Viewing 1 replies (of 1 total)
  • The topic ‘how should I remove generatepress scrollbar’ is closed to new replies.