• Resolved edzuss99

    (@edzuss99)


    Hello!I have a little question here,i am bad at writing codes,but how can I add a static Picture on the top menu.

    http://imgur.com/0nArlfz In this position,where i made a circle.I need my School logo to be there.

Viewing 4 replies - 1 through 4 (of 4 total)
  • mrtom414

    (@mrtom414)

    it would be easier if you posted a link to the site. The following code should work you just need to change the background from red to url(your picture url). The image will be a circle you can change it to a square by editing or removing the border-radius style.

    av#access::before {
    content: “”;
    position: absolute;
    width: 225px;
    height: 225px;
    background: red;
    z-index: 99;
    bottom: 5px;
    border-radius: 50%;
    left: 10px;
    }

    Thread Starter edzuss99

    (@edzuss99)

    In which category I have to edit it and where to paste it of these many categories…

    Theme Author nobita

    (@nobita)

    Hi edzuss99

    WordPress4.5 will be probably released in about two weeks after

    In WordPress4.5, you will be able to set a custom logo

    from Dashboard / Appearance / Customize / Site Identity

    Please wait WordPress4.5

    Thank you

    Thread Starter edzuss99

    (@edzuss99)

    Sounds awesome,can’t wait for that update.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Adding static picture at the menu’ is closed to new replies.