Home Forums Space themes support forum Account page

Account page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #354631

    madrideest
    Participant

    Hello. How to remove the “Downloads” tab from the “Account” page?
    I am attaching a link to a screenshot. https://i.imgur.com/ncXvWz9.png

    #354756

    Luke Nielsen
    Keymaster

    Hello,

    I’ve created a custom CSS code for hiding the “Downloads” tabs. So please, paste the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .xts-my-account-sidebar .woocommerce-MyAccount-navigation-link--downloads,
    .xts-header-my-account .xts-dropdown-account .woocommerce-MyAccount-navigation-link--downloads,
    .woocommerce-MyAccount-content .xts-link-downloads {
        display: none;
    }

    If you’d like to contact us, we are here for whatever questions you may have.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)