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.