• Hi all,

    I have elementor pro and tried to use the following css code within the my account widget to remove the dashboard headings however it doesn’t appear to work.

    .woocommerce-MyAccount-navigation {
    display:none;
    }

    I’m trying to remove the dashboard headings entirely e.g. Dashboard, Orders, Downloads etc. My goal is to only show the content within the headings (.woocommerce-MyAccount-content), which will be shown when an Icon box link is clicked. The reason for this is to keep the formatting that the elementor my account widget allows you to adjust. I’m not good enough yet to code the sections manually, so this was the closest thing available I could think off.

    If anyone has other methods they’d like to share I’m open to anything!

    Thanks,

    • This topic was modified 2 years, 2 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • Thread Starter pokemontrader

    (@pokemontrader)

    I forgot to mention, I have had some success using the shortcode widget [woocommerce_my_account], but I don’t understand why I need to use this to allow the display code to work:

    .woocommerce-MyAccount-navigation {
    display:none;
    }

    The problem with this method is the shortcode my_account inherits the theme template colours and structure.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing My Account Dashboard’ is closed to new replies.