Hi,
I am messing around for hours to get working custom icons for the menu section on my page.
I tried a lot of things in Custom CSS, but I don’t get it. In html it shows:
img src="none"
When I change the src to the correct URL of my Icons, the Icons appear. But I am not able to make that constantly working with CSS.
I tried things like:
div.menu-group-header:nth-child(1) > img:nth-child(1) { src: url("http://www.heuriger-dreimaederlhaus.com/wp-content/uploads/2019/12/soup_gruen.png"); }
and other CSS Selectors, but somewhere I am wrong. I guess src: url() is the problem, but I can not figure out how to get it right.
Could you please give me a hint or solution? I would appreciate it really.
Thank you very much.