Wiki

Case Status
Log In

Wiki

 
Abstract Management Tools»Hide Additional Authors text o…
  • RSS Feed

Last modified on 11/14/2017 1:53 PM by User.

Hide Additional Authors text on Abstract Submission Form

On Page 1 of the Abstract Submission form, submitters are presented with an option to create additional authors. If you do not use Additional Authors and wish to hide this text, you can do so by making some modifications to the CSS code.

*Note: If you're not sure about how to use CSS, your IT staff can help you with this or contact us at support@confmanager.com to have us help you.

Modifying CSS

  1.  Log into your CID as an Administrator
     
  2. Click the 'Folder' icon on the upper right-hand side of the page
     
  3. Click into the Hidden folder
     
  4. You should see a file named generic.css (if you do not see this file, contact support@confmanager.com)
     
  5. Download the generic.css file to your desktop and open it in Notepad or any CSS editing software you may use
     
  6. Enter the following code into the file:


    .abstract-additional-authors {
      display: none;
    }

    .abstract-additional-authors-note {
      display: none;
    }

    .abstract-additional-authors-heading {
      display: none;
    }

    .abstract-additional-authors-applicantrow {
      display: none;
    }


     
  7.  Once you have completed the modification, Save the file
     
  8. Upload the newly edited generic.css file to your CID's Hidden folder
     
  9. Please allow 10-15 minutes for replication of CSS changes.