How to Remove HTML text Appearing After Comments Box?

Discussion in 'HTML & Website Design' started by odls, Jul 26, 2013.

  1. #1
    This question concerns how to remove this text following the Comment Box on my Wordpress blogs: "You may use these HTML tags and attributes etc..."

    One piece of advice I have read was to go into the style. css and insert this at the end, which I tried. -
    .form-allowed-tags { display:none; }

    The weird thing is that on two of my blogs it worked just fine, and it removed that HTML wording. But, on the other five blogs it made no difference at all.

    For example, it worked on http://www.freedomfromdebt.eu/ but not on http://www.expatsinspain.co.uk

    I use a Minisite theme which is where the style. css template is.

    To go into the Comment.php template I need to use the Parent theme but even so any suggestions I've read just don't work.

    Anyone help at all?
     
    Solved! View solution.
    odls, Jul 26, 2013 IP
  2. t3od0r

    t3od0r Well-Known Member

    Messages:
    334
    Likes Received:
    3
    Best Answers:
    3
    Trophy Points:
    155
    #2
    On the first site i can see the code in the css file, but on the second website there is no code?

    You removed it? Can you add it again?
     
    t3od0r, Jul 26, 2013 IP
  3. odls

    odls Active Member

    Messages:
    260
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    75
    #3
    Ok, I have now added it back.
     
    odls, Jul 26, 2013 IP
  4. tvre1ease

    tvre1ease Greenhorn

    Messages:
    70
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    10
    #4
    You need to access your comments.php and just remove the HTML manually. Im assuming you tried this?
     
    tvre1ease, Jul 26, 2013 IP
  5. #5
    Is working. You just need to force reload the css file http://www.expatsinspain.co.uk/wp-content/themes/minisite/style.css or clear browser cache
     
    t3od0r, Jul 26, 2013 IP
  6. odls

    odls Active Member

    Messages:
    260
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    75
    #6
    Yes, it is now working. On another one it is also now working. For some reason I still have two blogs that despite forcing reload and clearing browser cache won't get rid of that text.

    Not to worry, I'll keep playing with the code. Many thanks for your help. :)
     
    odls, Jul 26, 2013 IP