How can I remove the ‘details’ and ‘edit’ (for signed in users) labels on listing page?
Hello to you too !
This is a handy feature, almost necessary and it only appears on the listings belonging to the logged-in user.
If you really want to hide it :
.hp-menu--listing-manage{
display:none;
}
You’re welcome.
1 Like
It worked! Thank you
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.