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 „Gefällt mir“
@Canapin I want the IP address and IP lookup button to be hidden here
1 „Gefällt mir“
I just want the CSS to hide it
1 „Gefällt mir“
.admin-user {
.last-ip, .registration-ip {
display: none;
}
}
3 „Gefällt mir“
@Canapin I can confirm it works, thanks!
2 „Gefällt mir“
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.