Home › Forums › WoodMart support forum › Remove My Account Area Double up of options › Reply To: Remove My Account Area Double up of options
January 4, 2023 at 1:42 pm
#433039
Aizaz Imtiaz Awan
Keymaster
Hello,
The dropdown Menu for the Account element that you are seeing is coming through the Account element added under the Header Builder. So, right now for that element there are only two options available either Sidebar or Dropdown: https://snipboard.io/1priP0.jpg
So, if you want to hide the dropdown then a Custom CSS would be required for that. So, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account.wd-design-default {
display: none ;
}
Hope this helps !
Best Regards