Close button on form

Close button on form

jmo21jmo21 Posts: 13Questions: 3Answers: 0

Any way to not display the close button on a form (the 'X')?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,759Questions: 1Answers: 10,111 Site admin
    Answer ✓

    In your CSS add:

    div.DTED_Lightbox_Close {
      display: none;
    }
    

    Allan

  • jmo21jmo21 Posts: 13Questions: 3Answers: 0

    thanks Allan!

This discussion has been closed.