Tags and attribute description under comments box

Discussion in 'BlackBird WordPress Theme' started by zalewski, Mar 10, 2013.

  1. zalewski

    zalewski New Member

    Joined:
    Mar 7, 2013
    Messages:
    1
    Likes Received:
    0
    Hi there,

    How do I remove these lines from under the comments box?


    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

    Thank you
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

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

Share This Page