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.
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..
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.
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
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