A
A
Aikon7002020-05-01 00:22:54
WordPress
Aikon700, 2020-05-01 00:22:54

Is there a plugin for Wordpress to hide the scrollbar?

Is there a plugin for Wordpress to hide the scrollbar?
It is the plugin that is needed, using the code to solve the problem is not an option.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Orkhan Hasanli, 2020-05-01
@azerphoenix

Well... let's start with a simple one...
The scrollbar, or scrollbar, is hidden using js + css. The plugin implies a certain code that is written in the PHP language and when returning the page to the client, it must also give the js and css code to hide the same scrollbar. As for me, this is a perversion and I think that you will not find such a plugin, since no one will raise a plugin for you just to inject a couple of lines of js code into the DOM.
First, why are you tasked with hiding the scrollbar?
Secondly, do you need to hide visually, but leave the functionality, or also hide it functionally?
If you need to modify the scrollbar, then look towards the jQuery libraries that customize the scrollbar.

I
Igor, 2020-05-01
@loonny

All you need to do is to add in css:

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

Creating a plugin to include a file with 3 lines is unreasonable.
PS if you don't like scrolling, then there is a plugin to customize it. Called Advanced scrollbar -Custom scrollbar

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question