Editing footer

Snickerlicker999

Member
Registered
Joined
Apr 7, 2020
Messages
5
Points
3

Reputation:

Hello, So im using pie theme, but i cant figure out where I need to edit the footer. Where would I go to do this
 

Soft4Win

Developer
Staff member
Moderator
Collaborate
Registered
Joined
Apr 27, 2019
Messages
368
Points
103

Reputation:

Well incase you are interested in removing the footer copyright notice. Then try this.

Go to templates and search for extra.less and paste the below code.

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