How do I change the login, submit request, .etc icon on mobile header to a text instead?

On the mobile version at header, Login, Submit Request, and List a Service has been changed to icon
Some of the customers in my region find it confusing what the icon means and suggests to change to text instead.
Is there a way to change these icons to text instead?

2 Likes

Please try this CSS snippet but please note that it can require further customization

@media screen and (max-width: 47.99em){
    .header-navbar .hp-menu__item--listing-submit span, .header-navbar .hp-menu__item--user-login span, .header-navbar .hp-menu__item--request-submit span{
        display: block !important;
    }
}
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.