הסרת בדיקת כתובת IP של מנהל מערכת

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.