Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #802972

    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

    #803079

    Hey luckylobo10,

    If possible, please provide admin info so we can login and look into this further.

    Best regards,
    Jordan Shannon

    #803634

    Hi Jordan,

    Se login details below :)

    Thanks

    #803643

    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

    #803718

    Great, works perfectly.
    Possible to also add a link on the image? Thanks!

    #804013

    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

    #841692

    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 :)

    #841703

    Hi,
    Here’s the update:

    li.av-burger-menu-main:before {
        content: url(https://smartfredrikstad.fw3.no/wp-content/uploads/2017/06/byvaapen-fredrikstad.png);
        position: absolute;
        left: -50px;
        top: 25px;
    }

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.