I also want to change the styling of the static word 'Time:'

  • rsvpfree
    Asked on March 1, 2015 at 7:42 AM
    I also want to change the styling of the static word 'Time:' to be 10px Trebuchet MS. Can you give me the CSS to do that?
  • raul
    Replied on March 1, 2015 at 11:05 AM

    This would be the required CSS code:

    .staticText {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10px;
    }

    I also want to change the styling of the static word Time: Image 1 Screenshot 30

    This would be the result: 

    I also want to change the styling of the static word Time: Image 2 Screenshot 41

    Let us know if you need further assistance.
    Thanks.