Viewing 1 replies (of 1 total)
  • Plugin Author tepelstreel

    (@tepelstreel)

    Hello Wilhelmus,

    the easiest thing to do is, going to the CSS tab of the Custom Login Widget and write something like that:

    a[href*="wp-admin"] {
    	display: none;
    }

    Choose, not to override all the other styles and there you go. If, for some reason, that doesn’t work you can go more specific by entering

    .widget_custom_login_widget[id^="custom_login_widget"] a[href*="wp-admin"] {
    	display: none;
    }

    The linktext should disappear then. However, you don’t get rid of the annoying ‘|’.

    Best,
    Stefan

Viewing 1 replies (of 1 total)
  • The topic ‘remove wp-admin link’ is closed to new replies.