How to remove this?

Mikai

Member
Registered
Joined
Jul 11, 2019
Messages
17
Points
3

Reputation:

???????????????
IMG_20190809_153802.JPG
 

kyriazhs1975

SVIP Member
S.V.I.P Member
Collaborate
Registered
Joined
Jul 21, 2019
Messages
52
Points
28

Reputation:

hello try this put this in your extra.css

Code:
.p-footer-copyright {
    display: none;
    padding: 6px;
    margin-top: 0;
    text-align: right;
}
 
Top