Hey guys,
I create a separated login form under user-login.php, and I put this code to hide the top-cat-head
<style>
.top-cat-wrap{
display: none;
}
.top-cat-head{
display: none;
}
</style>
But is just working on desktop, in mobile devices is not working, is there another way to hide the categories in user-login.php