Hi Josh.
Thanks for posting your comment regarding modifying the header text to not include the “over” line. This is something that is built into the Resolve Inspiration to influence the overall aesthetic of the header.
With that said, if you would like to change this, it would require some CSS customization. You can accomplish this by using Google Chrome Dev Tools to identify the object and then enter the custom CSS line in the Customizer.
I used the following code for my test, you can try using this code as well:
.line-lg {
display:none;
}
I hope this helps!
Sincerely,
Carlos D.