Home Forums WoodMart support forum User account dropdown Reply To: User account dropdown

#163839

Hello,

In theme settings there is no such option to disable the account drop down menu after login. But you can use the below CSS code in global custom CSS area under theme settings >> custom CSS to hide the menu:

.woodmart-header-links .menu-item-my-account{
display:none;
}

I have tested this code on my test site and it works perfectly fine.

Best Regards.