
hifitechindia
Administrator
Staff member
- Downloaded
- 0 bytes
- Uploaded
- 0 bytes
- Ratio
- -
- Seedbonus
- 0
- Upload Count
- 1 (0)
- Credits
- 0
Offline
TYPE 1
Please try placing this code into your extra.less template
# = ID element. = Class element
You can use your browser element inspector to figure out what the name of the div/ID/span of the element containing your footer information and set the CSS rule to display: none for the same effect.
:
TYPE 2:
For do this currently:
1.- Open app_footer.less
2.- And search: p-footer-copyrightRow
3.- And then remove these lines:
Save and it's done
Please try placing this code into your extra.less template
CSS:
/* Remove footer copyright information */
.p-footer-copyright { display: none; }
You can use your browser element inspector to figure out what the name of the div/ID/span of the element containing your footer information and set the CSS rule to display: none for the same effect.
:
TYPE 2:
Tested and works perfectly with: iO, iO Dark, UI.X & UI.X Dark
For do this currently:
1.- Open app_footer.less
2.- And search: p-footer-copyrightRow
3.- And then remove these lines:
Save and it's done