New Landing How can we help? Atelier How to hide my downloads from My Account page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #246651
    solidsn2004
    Member
    Post count: 208

    Hello,

    From My Account page there is a sidebar on the left with the following list items:

    My Orders
    My Downloads
    My Wishlist
    Address Book
    Change Details

    Is it possible to hide (display:none;) the My Downloads and My Wishlist items of this page using CSS code?

    Can you please help me with that?

    Thanks in advance.

    #246654
    David Martin – Support
    Moderator
    Post count: 20834

    Please test this:

    ul.my-account-nav > li:nth-of-type(2) {
        display: none;
    }

    Thanks.

    #246656
    solidsn2004
    Member
    Post count: 208

    Thanks a lot David!

    That’s what I needed.
    Resolved!

    #246659
    David Martin – Support
    Moderator
    Post count: 20834

    Great, anytime!

    Thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register