Okay
  Public Ticket #410671
Change body text size
Closed

Comments

  • Manuel started the conversation

    Where do I have to modify the css to apply the desired size to the body text?

  •  93
    djwd replied

    Hi there,

    it's not wise to modify the css files, you can override any CSS rule through the Custom CSS text area (Advanced Tab). Something as:

    body {font-size:14px}

    should work.

    Regards
    djwd

    Regards
    djwd

  • Manuel replied

    That actually worked pretty well, thank you.