Hide "Logout" Link from My Dashboard

This topic contains 7 replies, has 2 voices, and was last updated by  Joy 6 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #409272

    Mark Lee
    Expired Member
    Post count: 14

    Hey folks,

    Any idea how to hide the “Logout” link form My Dashboard?

    I’ve added a logout button to the page instead so don’t need this duplicate function.

    Thanks!

    #409273

    Joy
    Buyer
    Post count: 1076

    What theme are you using or can yo share your site? You can hide it with css.

    #409274

    Mark Lee
    Expired Member
    Post count: 14

    I’m using the Supreme Directory theme…

    #409275

    Joy
    Buyer
    Post count: 1076

    You can try this:

    
    
    #primary-nav ul .sd-my-account-dd-menu-group li {
    display:none;
    }
    #409276

    Mark Lee
    Expired Member
    Post count: 14

    Thanks… but Logout is still shown…

    #409279

    Joy
    Buyer
    Post count: 1076

    Sorry I didn’t know you were referring to the widget. You can try this:

    
    
    a.signin {
        display: none;
    }
    #409280

    Mark Lee
    Expired Member
    Post count: 14

    Yay! That works… that you 🙂 🙂 🙂

    #409281

    Joy
    Buyer
    Post count: 1076

    Sure thing. 😉

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket