Remove NitroPack Footer – Permanent Solution
Understand their HTML code structure:
They are using a very smart way to implement their code which can’t be hidden using plain css. For example. If you take the class of their badge and try to display:none using css then the next time a user loads your website; the class of that badge will be changed automatically by their system. So your css code will be no longer applicable on that badge.
Remove NitroPack Footer Solution:
If you study their code; there is a tag named <template> in their badge. Which is used more then 20 times and sometimes 40 times in their code. And you don’t know where to find that tag where the class is mentioned. We made a function using javascript.
In your WordPress dashboard, you will need to install any custom javascript and css plugin to use the following code. After activating the plugin; you will need to add new js code and then paste the following code into that javascript function. Choose the header or footer for frontend in the settings panel of the js code.