How can we remover nitropack footer?
First you can find class name bottom side and copy into your css file after you can set properties display none
But most important thing you can create one class in your footer template
Add something like this.
.removerfooter {
Position:fixed
Bottom: 0
Width:100%
Height :40px
Background: white
Zindex :999999
Call class in your footer template
And enjoy...... thanks
No comments:
Post a Comment