Comments 12hans started the conversationMay 2, 2022 at 6:46pmHi,How can I increase the size of the milestone subject? It's pretty small right now. Please see the attachment.Thanks for helpingHans 1,877Judith repliedMay 2, 2022 at 6:53pmHi Hans,Thanks for keeping in touch.Please try this css: body .nectar-milestone .subject { font-size: 22px;}Thanks.1 Like 12hans repliedMay 2, 2022 at 7:01pmHi,Almost perfect: where can I change the font style (font weight)?Thank you very much. 12hans repliedMay 2, 2022 at 7:08pmHi Judith,fixed it by adding body .nectar-milestone .subject { font-size: 22px; font-weight: normal; }Thanks1 Like Sign in to reply ...
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
Hi Hans,
Thanks for keeping in touch.
Please try this css:
Thanks.
Hi,
Almost perfect: where can I change the font style (font weight)?
Thank you very much.
Hi Judith,
fixed it by adding
Thanks