Show the Add Listing button text on mobile

Yes, you can try this CSS snippet:

.hp-menu--site-header .hp-menu__item--listing-submit span {
    display: inline!important;
}

.hp-menu--site-header .hp-menu__item--listing-submit i {
    margin-right: 0.5rem!important;
}

@lordcyberrr Please try the same CSS snippet but with “request-submit” instead for the Post a Request link.

5 Likes