Okay
  Public Ticket #3035981
Milestone Font size
Closed

Comments

  •  12
    hans started the conversation

    Hi,

    How can I increase the size of the milestone subject? It's pretty small right now. Please see the attachment.

    Thanks for helping

    Hans

  •  1,877
    Judith replied

    Hi Hans,

    Thanks for keeping in touch.

    Please try this css:

    body .nectar-milestone .subject {
        font-size: 22px;
    }

    Thanks.

  •  12
    hans replied

    Hi,

    Almost perfect: where can I change the font style (font weight)?

    Thank you very much.

  •  12
    hans replied

    Hi Judith,

    fixed it by adding 

    body .nectar-milestone .subject {
        font-size: 22px;
        font-weight: normal;
    }

    Thanks