Mega Menu Hero image - Broadcast Theme

Hello

I would like to send the text below the image and not above-

thebodyshop.co.nz

mimeey

I use this code

<style>
@media screen and (min-width: 768px) {
.header__dropdown__image .link-over-image {
    position: relative !important;
}
.header__dropdown__image .link-over-image * {
    color: #004236 !important;
    background: #FCFBF9 !important;
}
.header__dropdown__image.palette--contrast--dark {
    display: flex !important;
    flex-flow: column-reverse !important;
}
}
</style>

Hey @TBS2023,

The requested changes requires to do the custom code in your theme file. May I have your store collab code so that I can take a look into it.
Thanks

@TBS2023 A blessed day,

I am so familiar with Broadcast Theme, I can help you with that, it comes with custom coding the header.liquid file in the theme

what code shall i add and where