Remove all text and box under blog posts

Discussion in 'RoadFighter WordPress Theme' started by jlewtoo, Jun 28, 2013.

  1. jlewtoo

    jlewtoo New Member

    Joined:
    Apr 20, 2012
    Messages:
    14
    Likes Received:
    0
    Location:
    Irvine, CA
    Hello,
    I would like to remove the comment box, all text , and shadow box from blog posts. Please advise the CSS code to remove everything after blog post.

    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #commentsbox {
    display: none;}
     
  3. jlewtoo

    jlewtoo New Member

    Joined:
    Apr 20, 2012
    Messages:
    14
    Likes Received:
    0
    Location:
    Irvine, CA
    Tried that already but you can still see the box. See attached.
     

    Attached Files:

    • box.JPG
      box.JPG
      File size:
      13.1 KB
      Views:
      5
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .post_meta {
    display: none;
    }
    This will solve your issue.
     

Share This Page