hello,
I like to have a image above my links in the header.
like this.
http://www.irepairwaterland.nl/wp-content/uploads/menu.jpg
How can i do that? can you point me in the right direction?
the place were it has to come is here
thanks.
Hey remco,
Please refer to the following:
https://kriesi.at/support/topic/image-in-menu-item/
Best regards,
Jordan Shannon
oh, wow, thats nice.
i could not find that information in the forum.
thanks for so far.
Hi,
No problem. I will keep this open so if you need further help, please let us know.
Best regards,
Jordan Shannon
thank, it works perfect,
the only thing is I like the images removed in the (mobile) hamburger menu.
is that possible?
Hi remcodeb,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.avia-menu-text img {
display: none;
}
}
If you need further assistance please let us know.
Best regards,
Victoria