How to remove copyright from footer?

grimvik90

New member
Registered
Joined
Jul 1, 2023
Messages
4
Points
3

Reputation:

Hello guys, how can I remove this from the footer, several have already been removed, worse every time I install a plugin, something appears, these that it shows in the screenshot are the ones that I have not been able to remove
Sin título.png
 

Attachments

  • Sin título.png
    Sin título.png
    8.9 KB · Views: 83

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
603
Points
103

Reputation:

You can try adding this to your extra.less template:

Appearance > Styles > Templates > extra.less

CSS:
.p-footer-copyright {
    display: none;
}
 

grimvik90

New member
Registered
Joined
Jul 1, 2023
Messages
4
Points
3

Reputation:

You can try adding this to your extra.less template:

Appearance > Styles > Templates > extra.less

CSS:
.p-footer-copyright {
    display: none;
}
Splichothanks, it has been solved
 
Top