Viewing 2 replies - 1 through 2 (of 2 total)
  • woooo jQuery for the win.

    i had to figure this one out by myself…

    make a javascript file, and learn from this example:

    jQuery("fieldset .form-table:last tr:nth-child(3)").css({display: "none"});
    jQuery("fieldset .form-table:last tr:nth-child(13)").css({display: "none"});
    jQuery("span.description").css({display: "none"});

    Thread Starter Ovidiu

    (@ovidiu)

    thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Frontend Edit Profile] how to remove unwanted profiel fields?’ is closed to new replies.