.title-teaser-text .title .title-teaser-text pThe safest way to do this is by using the local.css that comes with the theme, which enables you to try out any styling changes safely, without messing with the theme core codebase. This way, you maintain compatibility with future updates of the theme.
By way of example, to change the title, you can add to your local.css file the following:
.title-teaser-text .title { font-size: 50px; } .title-teaser-text p { font-size: 30px; }