• Anonymous User 17634181

    (@anonymized-17634181)


    Sometimes, I need the PRE and CODE elements without a Copy function.

Viewing 1 replies (of 1 total)
  • Plugin Author Mahesh Waghmare

    (@mahesh901122)

    In this case you can wrap your <pre> and <code> tags with some other tags.

    E.g.

    If you used selector pre, code then copy button applied for each <pre> and <code> tag.

    If you used selector .my-wrapper pre, .my-wrapper code then copy button ONLY applied for each <pre> and <code> tag which parent element class is .my-wrapper. Other <pre> and <code> tags not affected.

Viewing 1 replies (of 1 total)
  • The topic ‘How can I manually remove “Copy” from a PRE element?’ is closed to new replies.