Add Listing Button

How can I change the + for the submit a listing on mobile to the words submit or anything other than +. The users just aren’t figuring this one out on mobile the way it is.

Please try this CSS snippet

.hp-menu--site-header button span{
	display: inline !important;
}

.hp-menu--site-header button i:first-child{
	margin-right: 0.5rem !important;
}
3 Likes

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