Home › Forums › WoodMart support forum › My Accounts Link › Reply To: My Accounts Link
March 5, 2018 at 7:27 am
#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