This topic has 4 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
How can I remove sidebar in my sccount or choose custom sidebar. Now default sidebar is active
When hover over My Account link in top bar a menu pulls down. Can I remove option “domnloads” in this menu?
Left menu: Active item is White on white background. How can I change color of those menu items?
Hello,
To disable sidebar on the My Account or any other page edit the page and Choose without in 8theme Layout Options > Sidebar position http://prntscr.com/g2l687
To remove items from the My account menu go to WooCommerce > Settings > Account and remove endpoints for the items you don’t want to show http://prntscr.com/g2l6mk
Or you can create your own menu in Appearance > Menus > create the menu and choose it like My account in location settings.
Please provide wp-admin access in Private Content.
Regards
Admin access in private content
Your Main color is white http://prntscr.com/gne8b2, so to solve the problem with active color of links on the account page, you may change Main color or add this code in Theme Options > Styling > Custom css:
.woocommerce-MyAccount-navigation li.is-active a {
color: #ffcc66;
}
Regards
Tagged: issues, my account, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up