HTML Copy Showing on Bottom of Pages

Discussion in 'StartPoint Business One Page WordPress Theme' started by slg52884, Jan 19, 2015.

  1. slg52884

    slg52884 New Member

    Joined:
    Oct 3, 2014
    Messages:
    5
    Likes Received:
    0
    I have this showing on some of my pages at the bottom:

    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>


    How do I go about getting rid of this?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    p.form-allowed-tags {
    display: none;
    }
    Thanks & Regards
    Pramod
     

Share This Page