how to remove plugin rights from the theme

jhoancito

Well-known member
Registered
Joined
Mar 23, 2021
Messages
64
Points
18

Reputation:

Hello, I want to eliminate that rights, a lot of field used in the theme, as you see the photo, how do I remove it or where is it?

Captura.PNG
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
613
Points
73

Reputation:

goto extra.less
add this code
Code:
.p-footer .p-footer-copyright {
    display:none;
}


if the other copyright text was not removed from the footer, kindly send me your website so I can trace the exact CSS code for the other footer.
 

jhoancito

Well-known member
Registered
Joined
Mar 23, 2021
Messages
64
Points
18

Reputation:

goto extra.less
add this code
Code:
.p-footer .p-footer-copyright {
    display:none;
}


if the other copyright text was not removed from the footer, kindly send me your website so I can trace the exact CSS code for the other footer.
UNKNOWN PHThank you, it is not already solved for you friend, thank you very much
Thanks, it's not already solved for you friend, thank you very much
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
613
Points
73

Reputation:

Thank you, it is not already solved for you friend, thank you very much
Thanks, it's not already solved for you friend, thank you very much
jhoancitoplease send the link here or message me directly i will find the exact css code for you. i am happy to help you
 

Cracky

Active member
Registered
Joined
Jul 22, 2023
Messages
28
Points
13

Reputation:

Send me your website i trace it to remove exact css
 
Top