@brittanieshey
Is there no way to do this by editing the php files?
Good question! Portfolio functionality stems from the Jetpack plugin itself, not the theme, which is only hooking into the existing Jetpack functionality in order to display portfolio projects. If you wanted to dive into changing the way the portfolio functionality itself works, things definitely get more complicated. But if you’re willing to do some experimentation with PHP, that’s definitely a route you could go! If you’re not comfortable with making those sorts of code changes, you might want to hire a developer to assist you, as it’s outside the scope of the help we can provide here.
The file you’d want to look at is in Jetpack at /modules/custom-post-types/portfolios.php
You could then create your own functionality plugin for your modifications or add it to your child theme’s functions.php.
Styling is pretty good on the writing page but I would prefer if it looked like
PROJECT TITLE ? PROJECT TYPE
instead of them being on two separate lines.
Looks like you got this sorted already?