Viewing 6 replies - 1 through 6 (of 6 total)
  • Ciuld you clarify whether you simply want to hide that text on the page, or wether you want to actually disable the functionality?

    Thread Starter Nufvmedia

    (@nufvmedia)

    Just hide that text on the page would be great. Thanks.

    Put the following in your Custom CSS panel:

    .form-allowed-tags {
        display: none;
    }

    p.s. When you add code/CSS, can you put it in backticks? (See at the bottom of the reply panel.) Otherwise it can sometimes mess up these pages, as you can see in your case above.

    p.p.s. Firebug can help a lot with these sorts of problems.

    Thread Starter Nufvmedia

    (@nufvmedia)

    Thank you for the solution and advice re the backticks. Apologies for my ignorance.

    Apologies for my ignorance.

    Not at all! We’ve all been there, done that ??

    Thread Starter Nufvmedia

    (@nufvmedia)

    Oops – forgot to mark it as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Disable markup in comments’ is closed to new replies.