Yes, because you can always override existing CSS. I’d use the following classes for your purpose (I am under the assumption that you are going to hide the default title, hence .post-inner
):
.post-inner h1 {
}
.post-inner h2 {
}
.post-inner h3 {
}
.post-inner h4 {
}
In case you meant the default headline the theme uses i.e. the page title, you should visit Maskitto Light Options. You’ll see preset titles in the Styling tab (under Title Style). If none suit your liking, you can of course still change it via CSS, albeit overriding a different class instead:
.page-section h3 {
}
Additionally, you can use SiteOrigin Headline, a widget. The theme installs this by default, but you will need to enable it. To do so:
- On the dashboard sidebar, hover over Plugins and select SiteOrigin Widgets.
- Go to the Disabled tab.
- Find Headline and click on Activate.
You should now be able to find it included in the list of available widgets you can insert into a post or page. Once you try to edit it, I’m pretty sure you’ll know your way around as it is descriptive.