Remove delete link form user dashboard

Discussion in 'GeoCraft WordPress Theme' started by sooraj, Feb 5, 2018.

Tags:
  1. sooraj

    sooraj Member

    Joined:
    Jun 10, 2013
    Messages:
    181
    Likes Received:
    1
    Location:
    India
    Hi
    How to remove Delete button from user dashboard. To avoid delete ads accedently.

    Thanks
     
    Last edited: Feb 9, 2018
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the logo, just paste the code given below in Custom CSS section.
    (Dashboard->GeoCraft Settings->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .modify a:nth-child(2) {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
    sooraj likes this.

Share This Page