Removing The "Tags and Attributes" Section On Bottom...

Discussion in 'Cloriato WordPress Theme' started by adefeo777, Dec 14, 2012.

  1. adefeo777

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
    How do I get rid of the area at the bottom that reads:

    "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>"






    See attached file.
    Thanks!
     

    Attached Files:

  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