Hi,
You would need to edit content-featured.php with a child theme (and content.php if you want to edit it for all entries, not just the slider).
Specifically, remove this part:
<p class="post-category"><?php the_category(' / '); ?></p>
Thread Starter
peakpp
(@peakpp)
I will never attempt to make a child theme. I am going to request that you add this option in the Options in a later update. Actually, it would be better for me if Author could take that place in stead of Category. Or if I could choose one or the other.
I try to not over-do the options in the theme, as there are already quite a few of them and with too many it can get bloated.
If you don’t want to do it with a child theme (sample child theme is available for download in help dropdown in theme options), you can just edit the parent theme directly – although the changes will disappear if you would ever update the theme version (which is why child theme is recommended).