Hi there,
This theme only has special styling for the Image, Gallery and Link post formats. There are no plans to add special styling for other post formats.
You might be able to do this yourself by creating a child theme, though. First you’ll want to add a function in the child theme’s functions.php
file to declare support for additional formats. And then you can add styling for the formats you added in the child theme’s style.css
file.
You can find a tutorial how to do this here:
https://mageewp.com/create-post-format.html
Just to be clear – I’m suggesting this as an alternative that you can try yourself. I’m not able to help you create a child theme of this theme.