Hi,
You need to create a child theme in order to edit your theme’s styles. You should *not* change your theme’s files, since all your changes will be gone whenever you update the theme.
Having said that, you can do this with the following CSS rules:
#slider_container h1 {
font-size: 25px;
}
This will change the font size in the first page you linked (where it said “SA”). You adjust the value of font-size
to your taste.
#subhead_container h1 {
font-size: 25px;
}
This will take care of the font in the title of your articles. Again, just adjust the size to your taste ??