Hi there, adding a custom header in Ever After through Appearance > Header places it above the site title.
Normally, if you’d be comfortable editing the theme files, you could set up a child theme and make some tweaks to header.php to hard-code a banner below the menu. (Making a child theme means your changes won’t be overwritten when you update the theme.)
In this case, since Ever After is already a child theme of Forever, modifying it becomes little more complicated. You’d need to make a grandchild theme! Here’s a tutorial if you wanted to go this route.
Okay, Thank you! I probably won’t touch it then, since I’m not yet fluent in code.