Adding an image to the menu

  • Unknown's avatar

    Hi there, I’d like to add an image to the left hand side of the menu bar on my blog’s main page. I was wondering if that was possible with my current theme, and if so, if you could help me with the code?

    The url is: http://spread-style.com

    The blog I need help with is: (visible only to logged in users)

  • Hi there –

    Do you still need help with this? I see that you’ve been able to add a logo to the left of the menu in Anemone with this custom CSS:

    .menu-item-10129 a {
    	text-align: left;
    	text-indent: -9999px;
    	background: url('https://spreadapp.files.wordpress.com/2016/08/spreadlogo_edit1.png') no-repeat;
    	width: 244px;
    	background-size: 50%;
    	background-position: 0;
    }

    Are you all set? Just let us know and we’ll be glad to assist if you still need a hand.

    p.s. I’m sorry your question got overlooked somehow, not sure how we missed it, unless it was accidentally posted in another forum. In any case, our apologies.

  • The topic ‘Adding an image to the menu’ is closed to new replies.