Hi,
I would like to add a small image beside the hamburger-meny icon in the header.
Can you please help me with that?
Great if it also is visible on phones.
Thank you for a great theme.
Kind regards
Hey luckylobo10,
If possible, please provide admin info so we can login and look into this further.
Best regards,
Jordan Shannon
Hi Jordan,
Se login details below :)
Thanks
Hi,
Try this code in the General Styling > Quick CSS field:
li#menu-item-burger:before {
content: url(https://smartfredrikstad.fw3.no/wp-content/uploads/2017/06/byvaapen-fredrikstad.png);
position: absolute;
left: -50px;
top: 25px;
}
Best regards,
Mike
Great, works perfectly.
Possible to also add a link on the image? Thanks!
Hi,
You should be able to add a link via JQuery by targeting the css rule and wrapping it an href.
Best regards,
Jordan Shannon
Hi, after updating the theme the above code to have a image in the header is not working anymore.
Can you please have a quick look :)