sanjib 0 Report post Posted March 3, 2011 hi guys Can u tell me how to remove the date posted by details in the grey bar under the post title, I only want to remove these details for the sticky post. Thanks, Sanjib Share this post Link to post Share on other sites
Kate 3 Report post Posted March 3, 2011 Hi Sanjib - The sticky posts have a class of "sticky", so you can use that to target the div with the date and use "display:none". Firebug should help you with this... Share this post Link to post Share on other sites
sanjib 0 Report post Posted March 3, 2011 hi Kate thanks for your reply. Can you tell me specifically what i need to do, ie what i need to add and where... Thanks again sanjib Share this post Link to post Share on other sites
sanjib 0 Report post Posted March 3, 2011 hi Kate thanks for your reply. Can you tell me specifically what i need to do, ie what i need to add and where... Thanks again sanjib Share this post Link to post Share on other sites
Andrew 207 Report post Posted March 3, 2011 Hey Sanjib, Are you using Firebug? Whenever you want to show or hide something like this use custom CSS. http://www.pagelines.com/docs/changing-colors-fonts `.sticky .date {display: none}` in this case. Share this post Link to post Share on other sites
sanjib 0 Report post Posted March 4, 2011 Hi Andrew Thanks so much for your help, I added the code and it didn;t remove the details under the sticky post... actually can you tell me how to remove the entire grey bar, but just for the sticky post... i tried .sticky .metabar {display: none} but it didn;t work.. thanks again for all your help! Share this post Link to post Share on other sites
catrina 103 Report post Posted March 4, 2011 Try this: .post.sticky {display: none;} Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
sanjib 0 Report post Posted March 4, 2011 Hi Catrina, I tried using your code, it didn;t work either I'm afraid... please do advise again:) thanks Sanjib Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 4, 2011 I went to your site and right now I'm not actually seeing any sticky posts. Is there another site not associated with your username? Share this post Link to post Share on other sites
sanjib 0 Report post Posted March 4, 2011 Hi Adam, my site is www.MyWisdomClub.com my user name should have this account associated with it, my 1st website was myyogaclub.com, but this domain name should be pointing to mywisdomclub.com thanks Sanjib Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 4, 2011 Then where is the sticky post? I don't see any classes assigned to any of your posts that would make them sticky thus the css isn't working/ Share this post Link to post Share on other sites