How to remove arrows from account menu items

I am trying to figure out how to remove the carrots from the wiget on the account page.

Please send more details about the issue, do you mean removing these angle icons from the account menu items?

Yes. I am wanting to remove the angle icons from the account menu items.

Hi,

Please try this CSS snippet (How to add custom code snippets - HivePress Help Center):

.hp-page__sidebar .widget_nav_menu li::before {
	display: none;
}

Please note that it can require further customization.
If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

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