Remove "About Author" Box off individual Posts on fame themes.?

Discussion in 'HTML & Website Design' started by ksbharath86, Dec 9, 2013.

  1. #1
    Hello Folks,

    Today I came up with another issue, and I would require all of your help in resolving this issue.

    My website URL is thinkfortech.com and U have installed bendot fame themes.

    Now my issue is I just wana disable author box on few of the posts. For example I wanted to remove author box on this post http://thinkfortech.com/interview-with-jackson-nwachukwu/ Can any one please help me how to do this.

    Thanks a lot in advance.
     
    ksbharath86, Dec 9, 2013 IP
  2. rhinocl

    rhinocl Member

    Messages:
    50
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #2
    If you mean the yellow box
    Add this to style.css
    .post-102 .ft-bmeta{display:none;}

     
    rhinocl, Dec 9, 2013 IP
  3. ksbharath86

    ksbharath86 Active Member

    Messages:
    121
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    66
    #3
    no I am not speaking about the yellow box.. I just wanted to remove the about author box which is at the bottom of the post..
     
    ksbharath86, Dec 9, 2013 IP
  4. vinayupadhyay9

    vinayupadhyay9 Active Member

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    56
    #4
    Hi you Can change
    custom CSS, change this:
    About Author {
    display:none;
    }
    Code (markup):
    to this:
    .after-post-ad {
    display: none;
    }
    Code (markup):
    And check out the web developer tools and web inspectors built into browsers like Chrome and Safari. There's an extension called Firebug for Firefox too. They're a really handy way to step through html and see the CSS too.
     
    vinayupadhyay9, Dec 9, 2013 IP
  5. ksbharath86

    ksbharath86 Active Member

    Messages:
    121
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    66
    #5
    Thanks a lot for your valuable reply.. but I wanted to remove author box only on one particular post.. http://thinkfortech.com/interview-with-jackson-nwachukwu/ in this link I want to remove the author box. can you please guide me on how to
     
    ksbharath86, Dec 10, 2013 IP
  6. Vconsultants

    Vconsultants Greenhorn

    Messages:
    6
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    23
    #6
    go on appearance >> widgets and remove the about author from there.
     
    Vconsultants, Dec 11, 2013 IP
  7. ksbharath86

    ksbharath86 Active Member

    Messages:
    121
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    66
    #7
    if I remove then it will not at all show in any of the posts. I just want the author box to be removed from only one post. how to make that
     
    ksbharath86, Dec 12, 2013 IP