Traitée How do you make the blog title bigger?

  • 28 มิถุนายน 2555 0:45
     
     

    I tried to make the blog title bigger with a css override to ms-PostTitle, but it's getting overridden by .ms-bodyareacell td. Can someone help with the css to override it?

    Thanks,

    Carole

ตอบทั้งหมด

  • 28 มิถุนายน 2555 2:41
     
     คำตอบ มีโค้ด

    You will need to override the class and the A tag. Something like:

    .ms-PostTitle a
    {
      color:red;
      font-size:48pt;
    }


    Mike Smith TechTrainingNotes.blogspot.com

    • ทำเครื่องหมายเป็นคำตอบโดย Pengyu Zhao 5 กรกฎาคม 2555 9:59
    •  
  • 28 มิถุนายน 2555 8:24
     
      มีโค้ด

    Hi,

    Try adding !important to CSS attributes when you apply your class

    .ms-PostTitle { font-size:24pt !important; }

    Hope this helps.

    Regards,
    Devang  Bhavsar