คำตอบ Remove ms-leftblogdate (the calendar widget thingy) from blog post detail page?

  • 21 มิถุนายน 2555 20:27
     
     

    There's a (usually nice - but we need to remove it in this particular situation) calendar graphic that reports the date of the blog post we'd like to remove.  Viewing the details of the graphic it looks like it might be a css controlled thing with class="ms-leftblogdate".

    Anyone know where to remove this?  (Didn't see it in Post.aspx in Designer.)

ตอบทั้งหมด

  • 22 มิถุนายน 2555 11:53
     
     คำตอบ

    You can hide the date using CSS.

    .ms-leftblogdate {display: none;}


    Heather Waterman SharePoint Branding and Desgin heatherwaterman.com @hwaterman

    • ทำเครื่องหมายเป็นคำตอบโดย USP45 22 มิถุนายน 2555 15:36
    •  
  • 22 มิถุนายน 2555 15:37
     
     
    That's the answer; thank you!