Home Forums WoodMart support forum My Accounts Link Reply To: My Accounts Link

#43836

Artem Temos
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.woocommerce-MyAccount-navigation-link--support-tickets + 
.woocommerce-MyAccount-navigation-link--customer-logout {
	display: none;
}

Regards