Remove Sign in and My Account

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

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

Open Support Ticket
  • Author
    Posts
  • #445560
    #445568

    Kor
    Moderator
    Post count: 16516

    Hi Ernest,

    Thanks for your reply. This can be done via custom CSS and you can refer to this article https://wpgeodirectory.com/docs/customizing-your-style/ that guides you further with this.

    Thanks!

    #445624

    Ernest Joy
    Free User
    Post count: 2

    Been trying this and no change is happening

    .sd-my-account-link {
    display: none;
    }

    #445644

    Kor
    Moderator
    Post count: 16516

    Hi Ernest,

    Thanks for your reply. Try inserting the custom CSS code below into GD > Design > Scripts > Custom Style CSS and see if it helps. If it doesn’t work, kindly share your WP login credentials here in private reply and we’ll assist you further with this.

    
    
    li.sd-my-account.menu-item {
        display:none!important;
    }
    
    .dt-mobile-account-wrap {
        display:none!important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

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

Open Support Ticket