Hide categories on user account

Hello,
I didn’t find the same problem in previous posts.
I want to hide the package category list on user account.


It looks messy. Can You help me?

Hi,

Please use this CSS snippet:

.hp-template--user-account-page .hp-user-listing-package__categories {
	display: none;
}

Please note that it can require further customization.

​I hope this is helpful to you.

Yes, looks great. Thanks.

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