Change the icon of the add listing button

I would like to change the icon of the add listing button, because on the cell phone there is only a “+” symbol, which is kind of confusing. I would like to change for example to “:loudspeaker:” or another icon.

1 Like

Yes I’ve been trying as well. If you figure it out please let me know.

Please try this CSS snippet

.hp-menu__item--listing-submit i::before{
	content: '\f0a1';
}
2 Likes

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