Remove Admin IP Address Lookup

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 Likes

@Canapin I want the IP address and IP lookup button to be hidden here

1 Like

I just want the CSS to hide it

1 Like
.admin-user {
    .last-ip, .registration-ip {
        display: none;
    }
}
3 Likes

@Canapin I can confirm it works, thanks!

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.