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>
