Hello, what is the code to remove the IP address part in the admin settings using CSS?
Where is the ip address displayed exactly and what is the purpose of hiding it?
「いいね!」 2
@Canapin I want the IP address and IP lookup button to be hidden here
「いいね!」 1
I just want the CSS to hide it
「いいね!」 1
.admin-user {
.last-ip, .registration-ip {
display: none;
}
}
「いいね!」 3
@Canapin I can confirm it works, thanks!
「いいね!」 2
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.