How can I show the title of the blog above the description?

The casper (default) theme doesn’t show the title of my blog. Only the description. How can I show the title above it? Have a look.

https://soundsirius.digitalpress.blog/

The Casper theme (by default) prefers the logo over the title in index.hbs. If you want both, you can get rid of lines 11, 13, and 15. If you just want the title, you can remove everything except for line 14

Ok cool. Is there a way to do this using code injections? I’m not sure how to modify the casper theme and would prefer adding a <style> in the injection panel.