Hi @lh514
That is correct – there is no way to do so built into the theme. What you are asking is more in the realm of custom theme development, and would require a bit of custom coding to get this done.
There are hooks and filters built into the theme that would allow you to add the markup where you need. We have some documentation setup here: https://godaddy.github.io/wp-primer-theme/index.html
I’m guessing you want to use the action primer_after_header to add the content where you are explaining.
https://github.com/godaddy/wp-primer-theme/blob/ab04b6c6fc3b92b7e076535083c6af01e13a6189/header.php#L113
Thread Starter
lh514
(@lh514)
Thanks very much, Evan. Sounds like this requires a coder. I’ll reach out to my local WordPress Meetup group. Or, please let me know if this the kind of thing you might be able to help with.