• Resolved ceciRjas

    (@cecirjas)


    there is always that

    `Vous pouvez utiliser ces balises et attributs HTML : <a href=”” title=””> <abbr title=””> <acronym title=””> <b>
    <blockquote cite=””> <cite> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

    written after the comment part beneath my posts, and i want to remove it but i can’t find were is the code…
    Can i also change the size of the comment part ? it is really too big :/
    thank you so much for your help !

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi ceciRjas,

    Go to the Appearance->Theme Options->Design Options->Custom CSS
    Paste the following css and click on save all changes.

    #respond form p.form-allowed-tags {
     display: none;
    }
    #respond form input[type="text"], #respond form textarea {
     line-height: 1.1;
    }

    Adjust the line-height according to your will.

    Regards,
    Team Horse

    Thread Starter ceciRjas

    (@cecirjas)

    thanks !! and for the width ? is it possible to reduce it too ?

    Thread Starter ceciRjas

    (@cecirjas)

    sorry, i ad the code you gave me but i stile have that :

    ”Vous pouvez utiliser ces balises et attributs HTML : <abbr title=””> <acronym title=””> <b>

    <cite> <del datetime=””> <i> <q cite=””> <strike>

    how can i supress that ?

    Hi,

    Please add the following custom css.

    #respond form p.form-allowed-tags {
     display: none;
    }
    #respond form input[type="text"], #respond form textarea {
     line-height: 1.1;
     width: 90%;
    }

    The width part is to decrease the width of the comment form. Adjust it according to your will.

    Regards,
    Team Horse

    Thread Starter ceciRjas

    (@cecirjas)

    thanks !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘proble with footer of comments part’ is closed to new replies.